[tbb-commits] [tor-browser-build/maint-9.0] Bug 32342: Don't compress .ja files inside apks

gk at torproject.org gk at torproject.org
Mon Nov 4 12:15:40 UTC 2019


commit c13d170d9182d9f8809734995ae8cfdd721b5faf
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Nov 4 11:47:24 2019 +0100

    Bug 32342: Don't compress .ja files inside apks
---
 projects/tor-browser/build.android | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-browser/build.android b/projects/tor-browser/build.android
index 2c1c3b2..f8f3a8d 100644
--- a/projects/tor-browser/build.android
+++ b/projects/tor-browser/build.android
@@ -51,7 +51,7 @@ rm $apk
 cd tmp
 [% c('zip', {
    zip_src => [ '.' ],
-   zip_args => '$apk',
+   zip_args => '-n ja $apk',
    }) %]
 
 # Sign a QA build. This apk is not a debug version and doesn't contain a debug flag in the manifest





More information about the tbb-commits mailing list