Bug 1192004 - Enable Firefox Account avatars in Fennec release builds. r=margaret

This commit is contained in:
Nick Alexander 2015-08-10 11:07:29 -07:00
parent fbdca1cbcc
commit 7fa6455d77

View File

@ -96,7 +96,7 @@ MOZ_ANDROID_SHARE_OVERLAY=1
# Enable the Mozilla Location Service stumbler.
MOZ_ANDROID_MLS_STUMBLER=1
# Enable adding to the system downloads list in pre-release builds.
# Enable adding to the system downloads list.
MOZ_ANDROID_DOWNLOADS_INTEGRATION=1
# Enable Tab Queue
@ -105,10 +105,8 @@ MOZ_ANDROID_TAB_QUEUE=1
# Use the low-memory GC tuning.
export JS_GC_SMALL_CHUNK_SIZE=1
# Enable FxAccount Avatar
if test "$NIGHTLY_BUILD"; then
MOZ_ANDROID_FIREFOX_ACCOUNT_PROFILES=1
fi
# Enable Firefox Account avatars.
MOZ_ANDROID_FIREFOX_ACCOUNT_PROFILES=1
# Enable checking that add-ons are signed by the trusted root
MOZ_ADDON_SIGNING=1