Bug 1372541 - explicitly disable MOZ_INSTALL_TRACKING for l10n, to avoid failures from missing sdk keys, which will all be inherited from en-US anyway. r=ted draft
authorJustin Wood <Callek@gmail.com>
Tue, 13 Jun 2017 09:24:26 -0400
changeset 593348 4ed3a8380945104df8b3ee636fe9606994f1163c
parent 593336 e1ebaa962af13ad2a3d7b4cb74398b83bea7e92e
child 633081 36089cf8a100f8d48e18eae61e13eebfe46afdbc
push id63663
push userCallek@gmail.com
push dateTue, 13 Jun 2017 13:24:39 +0000
reviewersted
bugs1372541
milestone55.0
Bug 1372541 - explicitly disable MOZ_INSTALL_TRACKING for l10n, to avoid failures from missing sdk keys, which will all be inherited from en-US anyway. r=ted MozReview-Commit-ID: 8Iec6BWnPnj
mobile/android/config/mozconfigs/android-aarch64/l10n-nightly
mobile/android/config/mozconfigs/android-api-15/l10n-nightly
--- a/mobile/android/config/mozconfigs/android-aarch64/l10n-nightly
+++ b/mobile/android/config/mozconfigs/android-aarch64/l10n-nightly
@@ -24,10 +24,12 @@ ac_add_options --disable-stdcxx-compat
 # Bug 1283438
 mk_add_options AUTOCLOBBER=
 
 # Disable Keyfile Loading (and checks) since l10n doesn't need these keys
 # This overrides the settings in the common android mozconfig
 ac_add_options --without-mozilla-api-keyfile
 ac_add_options --without-adjust-sdk-keyfile
 ac_add_options --without-leanplum-sdk-keyfile
+# Similarly explicitly disable install tracking for l10n, we'll inherit from en-US
+export MOZ_INSTALL_TRACKING=
 
 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"
--- a/mobile/android/config/mozconfigs/android-api-15/l10n-nightly
+++ b/mobile/android/config/mozconfigs/android-api-15/l10n-nightly
@@ -24,10 +24,12 @@ ac_add_options --disable-stdcxx-compat
 # Bug 1283438
 mk_add_options AUTOCLOBBER=
 
 # Disable Keyfile Loading (and checks) since l10n doesn't need these keys
 # This overrides the settings in the common android mozconfig
 ac_add_options --without-mozilla-api-keyfile
 ac_add_options --without-adjust-sdk-keyfile
 ac_add_options --without-leanplum-sdk-keyfile
+# Similarly explicitly disable install tracking for l10n, we'll inherit from en-US
+export MOZ_INSTALL_TRACKING=
 
 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"