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

gk at torproject.org gk at torproject.org
Mon Nov 4 12:19:52 UTC 2019


commit 631ff5a05eda26da61f75f175c056142c171640a
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 tor-commits mailing list