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
Родитель d8f0e845e0
Коммит 1ec0a582d1
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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