From b1e12e61d341e682aa06395bca369946637bcd15 Mon Sep 17 00:00:00 2001 From: James Cheng Date: Tue, 1 Aug 2017 17:44:58 +0800 Subject: [PATCH] Bug 1365505 - Part1-Make the feature flag be exposed not only on nightly. r=kikuo MozReview-Commit-ID: Hqu24jvYGSo --HG-- extra : rebase_source : ab12a1bd1db8513a2ea1bf530808ded20692ccdc --- mobile/android/moz.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/moz.configure b/mobile/android/moz.configure index ab2276c07e0e..33158590f144 100644 --- a/mobile/android/moz.configure +++ b/mobile/android/moz.configure @@ -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)',