Bug 1248066 - Use separate Adjust token for Firefox for Android release and beta builds. r=nalexander

The token is only used for release and beta builds, so it's better not
to define it inadvertently for all builds.

MozReview-Commit-ID: 3DLem4PhXD7

--HG--
extra : rebase_source : f8f37d2bdfd12fea6403f097ebe5080be562d860
This commit is contained in:
Nick Alexander 2016-02-12 14:34:18 -08:00
parent f5fb64e31f
commit 1e23ae038b

View File

@ -52,7 +52,11 @@ ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-warnings-as-errors
ac_add_options --with-mozilla-api-keyfile=/builds/mozilla-fennec-geoloc-api.key
ac_add_options --with-adjust-sdk-keyfile=/builds/adjust-sdk.token
if test "$MOZ_UPDATE_CHANNEL" = "release" ; then
ac_add_options --with-adjust-sdk-keyfile=/builds/adjust-sdk.token
elif test "$MOZ_UPDATE_CHANNEL" = "beta" ; then
ac_add_options --with-adjust-sdk-keyfile=/builds/adjust-sdk-beta.token
fi
export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=/builds/crash-stats-api.token
# Package js shell.