Bug 1370156 part 1 - Enable jumbo mode: in mach build; r?nalexander draft
authorTeng-pao Yu <osimpleo@gmail.com>
Wed, 07 Jun 2017 16:41:28 +0800
changeset 590862 5b8909988498eb19a168ed697bba4fa294e43f72
parent 590861 d5a604e45d29c53d9ef27f55cc42fdf9046bd003
child 590863 8369e6c8c7107e9f3e378d46cfcebf96cb981174
push id62856
push userbmo:osimpleo@gmail.com
push dateThu, 08 Jun 2017 07:37:32 +0000
reviewersnalexander
bugs1370156
milestone55.0a1
Bug 1370156 part 1 - Enable jumbo mode: in mach build; r?nalexander MozReview-Commit-ID: LoXjbbLjVMz
mobile/android/base/Makefile.in
--- a/mobile/android/base/Makefile.in
+++ b/mobile/android/base/Makefile.in
@@ -237,17 +237,17 @@ ifdef MOZ_BUILD_MOBILE_ANDROID_WITH_GRAD
 		app:assembleOfficialAustralisDebug app:assembleOfficialAustralisDebugAndroidTest -x lint
 
 classes.dex: .gradle.deps
 	$(REPORT_BUILD)
 	cp $(gradle_dir)/app/intermediates/transforms/dex/officialAustralis/debug/folders/1000/1f/main/classes.dex $@
 else
 classes.dex: .proguard.deps
 	$(REPORT_BUILD)
-	$(DX) --dex --output=classes.dex jars-proguarded
+	$(DX) --dex --output=classes.dex --force-jumbo jars-proguarded
 endif
 
 ifdef MOZ_DISABLE_PROGUARD
   PROGUARD_PASSES=0
 else
   ifdef MOZ_DEBUG
     PROGUARD_PASSES=1
   else