Bug 1109198 - Turn on Downloads integration on release builds [r=mark.finkle a=lsblakk]
--- a/mobile/android/confvars.sh
+++ b/mobile/android/confvars.sh
@@ -81,17 +81,15 @@ fi
# Enable the share handler.
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.
-if test ! "$RELEASE_BUILD"; then
- MOZ_ANDROID_DOWNLOADS_INTEGRATION=1
-fi
+MOZ_ANDROID_DOWNLOADS_INTEGRATION=1
# Enable generational GC on mobile.
export JSGC_GENERATIONAL=1
# Use the low-memory GC tuning.
export JS_GC_SMALL_CHUNK_SIZE=1