mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 992963 - Enable search activity in Nightly builds. r=margaret
This commit is contained in:
parent
4f9ae2640f
commit
4bffe7ee81
@ -79,8 +79,12 @@ MOZ_NATIVE_DEVICES=
|
||||
# Mark as WebGL conformant
|
||||
MOZ_WEBGL_CONFORMANT=1
|
||||
|
||||
# Don't enable the Search Activity.
|
||||
# MOZ_ANDROID_SEARCH_ACTIVITY=1
|
||||
# Enable the Search Activity in nightly.
|
||||
if test "$NIGHTLY_BUILD"; then
|
||||
MOZ_ANDROID_SEARCH_ACTIVITY=1
|
||||
else
|
||||
MOZ_ANDROID_SEARCH_ACTIVITY=
|
||||
fi
|
||||
|
||||
# Don't enable the Mozilla Location Service stumbler.
|
||||
# MOZ_ANDROID_MLS_STUMBLER=1
|
||||
|
Loading…
Reference in New Issue
Block a user