Bug 1389990 - back out d5210a2cb19a (Bug 1365505 - Part1-Make the feature flag be exposed not only on nightly. ) r=jolin,kikuo" draft
authormaliu <max@mxli.us>
Wed, 16 Aug 2017 19:32:38 +0800
changeset 648740 0a45e6b3b956d79bd1348bdbf7a56cb68deff3b5
parent 648739 0162ad2a6d8a8ee0d0f2e49f5c013699a2e12761
child 726922 4beca4ad7d0106b61ad9e7107a186d57174ee34d
push id74863
push userbmo:max@mxli.us
push dateFri, 18 Aug 2017 08:12:37 +0000
reviewersjolin, kikuo
bugs1389990, 1365505
milestone57.0a1
Bug 1389990 - back out d5210a2cb19a (Bug 1365505 - Part1-Make the feature flag be exposed not only on nightly. ) r=jolin,kikuo" MozReview-Commit-ID: BZfwYV4QUeS
mobile/android/moz.configure
--- a/mobile/android/moz.configure
+++ b/mobile/android/moz.configure
@@ -83,17 +83,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=True)
+             default=milestone.is_nightly)
 
 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))