Bug 1254491 - Enable downloadable fonts in all release channels. r?rnewman draft
authorSebastian Kaspari <s.kaspari@gmail.com>
Tue, 22 Mar 2016 12:57:11 +0100
changeset 343363 945f248cdbef0e5d04c716df67d80d4612c00d20
parent 342838 ab15d48afbb2a88b157b305ff93384f5fe6398d0
child 516748 011cbb019759c9b0aa40fd5d15b139f47a13a335
push id13595
push users.kaspari@gmail.com
push dateTue, 22 Mar 2016 11:57:35 +0000
reviewersrnewman
bugs1254491
milestone48.0a1
Bug 1254491 - Enable downloadable fonts in all release channels. r?rnewman MozReview-Commit-ID: 7htS1v9jWJq
mobile/android/confvars.sh
--- a/mobile/android/confvars.sh
+++ b/mobile/android/confvars.sh
@@ -105,13 +105,12 @@ fi
 # Enable checking that add-ons are signed by the trusted root
 MOZ_ADDON_SIGNING=1
 
 # Enable the Switchboard A/B framework code.
 # Note: The framework is always included in the app. This flag controls
 # usage of the framework.
 MOZ_SWITCHBOARD=1
 
-# Enable DLC background service and stop shipping fonts in Nightly
-if test "$NIGHTLY_BUILD"; then
-  MOZ_ANDROID_DOWNLOAD_CONTENT_SERVICE=1
-  MOZ_ANDROID_EXCLUDE_FONTS=1
-fi
+# Enable DLC background service and stop shipping fonts in the APK
+MOZ_ANDROID_DOWNLOAD_CONTENT_SERVICE=1
+MOZ_ANDROID_EXCLUDE_FONTS=1
+