bug 1162060 - add Socorro auth token to Android and B2G mozconfigs. r=mshal

This commit is contained in:
Ted Mielczarek 2015-05-28 07:14:49 -04:00
parent 1873184e17
commit 09cbed64a6
2 changed files with 9 additions and 0 deletions

View File

@ -14,3 +14,11 @@ if test -d $topsrcdir/../gcc/bin; then
HOST_CXX="$topsrcdir/../gcc/bin/g++"
ac_add_options --enable-stdcxx-compat
fi
# Allow overriding this from the environment, and don't
# try to set it if it doesn't exist. As per above, this file is also
# used for local builds, and we may need to override this for builds in
# other environments.
if test -z "$SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE" -a -f /builds/crash-stats-api.token; then
export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=/builds/crash-stats-api.token
fi

View File

@ -39,6 +39,7 @@ 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
export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=/builds/crash-stats-api.token
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1