Bug 1340157: Re-enable compression for omni.ja files r=ted draft
authorChris AtLee <catlee@mozilla.com>
Wed, 15 Feb 2017 19:30:56 -0500
changeset 485301 03e6a76da463cba6fd80167113dae3a1c6360f0a
parent 484626 ec3ef9f77a52693e9732ca480df16017af0d9504
child 545987 19463b00f611805a625aa6281a6084a83b7e6dd9
push id45700
push usercatlee@mozilla.com
push dateThu, 16 Feb 2017 14:56:51 +0000
reviewersted
bugs1340157
milestone54.0a1
Bug 1340157: Re-enable compression for omni.ja files r=ted MozReview-Commit-ID: 7e8j4k61lAx
toolkit/mozapps/installer/upload-files.mk
--- a/toolkit/mozapps/installer/upload-files.mk
+++ b/toolkit/mozapps/installer/upload-files.mk
@@ -356,21 +356,16 @@ 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))
-    ifdef NIGHTLY_BUILD
-      DISABLE_JAR_COMPRESSION = 1
-    endif
-  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