Bug 1054520 - Add ifdef to enable stumbler in nightly. r=nalexander

This commit is contained in:
Garvan Keeley 2014-08-15 14:30:00 -04:00
parent 7a33dc951e
commit 85caf3c5c1

View File

@ -86,5 +86,9 @@ if test ! "$RELEASE_BUILD"; then
MOZ_ANDROID_SHARE_OVERLAY=1
fi
# Don't enable the Mozilla Location Service stumbler.
# MOZ_ANDROID_MLS_STUMBLER=1
# Enable the Mozilla Location Service stumbler in Nightly.
if test "$NIGHTLY_BUILD"; then
MOZ_ANDROID_MLS_STUMBLER=1
else
MOZ_ANDROID_MLS_STUMBLER=
fi