Bug 1362377: Disable omni.ja compression draft
authorChris AtLee <catlee@mozilla.com>
Tue, 16 May 2017 15:09:46 -0400
changeset 579577 9d44b5a888b52b1f91fdd5cf22523e8c409fd087
parent 578818 b8e9b674033bcd1f3a4c59b9d0ee7619c1a17cc5
child 629053 76a6b043b4a7a64a9c54dbb3c01cf6b97224df3f
push id59302
push usercatlee@mozilla.com
push dateWed, 17 May 2017 13:51:35 +0000
bugs1362377
milestone55.0a1
Bug 1362377: Disable omni.ja compression MozReview-Commit-ID: FIWp34sQgn6
toolkit/mozapps/installer/upload-files.mk
--- a/toolkit/mozapps/installer/upload-files.mk
+++ b/toolkit/mozapps/installer/upload-files.mk
@@ -330,16 +330,19 @@ ifndef MOZ_PKG_MANIFEST
 endif # MOZ_PKG_MANIFEST
 
 ifndef MOZ_PACKAGER_FORMAT
   MOZ_PACKAGER_FORMAT = $(error MOZ_PACKAGER_FORMAT is not set)
 endif
 
 ifneq (android,$(MOZ_WIDGET_TOOLKIT))
   OPTIMIZEJARS = 1
+  ifneq (gonk,$(MOZ_WIDGET_TOOLKIT))
+    DISABLE_JAR_COMPRESSION = 1
+  endif
 endif
 
 # A js binary is needed to perform verification of JavaScript minification.
 # We can only use the built binary when not cross-compiling. Environments
 # (such as release automation) can provide their own js binary to enable
 # verification when cross-compiling.
 ifndef JS_BINARY
   ifndef CROSS_COMPILE