diff --git a/components/feed/features.gni b/components/feed/features.gni index 25745a14e98731..c030769d96a2ef 100644 --- a/components/feed/features.gni +++ b/components/feed/features.gni @@ -2,7 +2,9 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//chrome/android/channel.gni") + declare_args() { enable_feed_in_chrome = is_android - enable_feed_v2 = is_android + enable_feed_v2 = is_android && android_channel != "stable" }