Unverified Commit 631ff5a0 authored by boklm's avatar boklm
Browse files

Bug 32342: Don't compress .ja files inside apks

parent d8f62baa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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