Bug 1365505 - Part1-Make the feature flag be exposed not only on nightly. r?kikuo draft
authorJames Cheng <jacheng@mozilla.com>
Tue, 01 Aug 2017 17:44:58 +0800
changeset 618948 d3d88619f5b2dbf14a5b2d61e3a30e210cf1f48e
parent 618757 44121dbcac6a9d3ff18ed087a09b3205e5a04db1
child 618949 de8d8b6cd258242865dbcec6ccc94c72c4bdfb8a
push id71522
push userbmo:jacheng@mozilla.com
push dateTue, 01 Aug 2017 09:45:50 +0000
reviewerskikuo
bugs1365505
milestone56.0a1
Bug 1365505 - Part1-Make the feature flag be exposed not only on nightly. r?kikuo MozReview-Commit-ID: Hqu24jvYGSo
mobile/android/moz.configure
--- a/mobile/android/moz.configure
+++ b/mobile/android/moz.configure
@@ -76,17 +76,17 @@ project_flag('MOZ_ANDROID_PWA',
 # Note: The framework is always included in the app. This flag controls
 # usage of the framework.
 project_flag('MOZ_SWITCHBOARD',
              help='Include Switchboard A/B framework on Android',
              default=True)
 
 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)',
        default=False)
 
 set_config('MOZ_ANDROID_ACTIVITY_STREAM',
            depends_if('MOZ_ANDROID_ACTIVITY_STREAM')(lambda _: True))