Bug 1365505 - Part1-Make the feature flag be exposed not only on nightly. r=kikuo

MozReview-Commit-ID: Hqu24jvYGSo

--HG--
extra : rebase_source : ab12a1bd1db8513a2ea1bf530808ded20692ccdc
This commit is contained in:
James Cheng 2017-08-01 17:44:58 +08:00
parent 9eace26439
commit b1e12e61d3

View File

@ -81,7 +81,7 @@ project_flag('MOZ_SWITCHBOARD',
project_flag('MOZ_ANDROID_HLS_SUPPORT',
help='Enable HLS (HTTP Live Streaming) support (currently using the ExoPlayer library)',
default=milestone.is_nightly)
default=True)
option(env='MOZ_ANDROID_ACTIVITY_STREAM',
help='Enable Activity Stream on Android (replacing the default HomePager)',