Merge "[Sb refactor] Enable new pipeline frontend for teamfood" into tm-qpr-dev am: 2411a73a06

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21062303

Change-Id: Ie9a6c8a84a7b8c1d515f976f87f78a2dadd37da2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2023-01-25 01:54:08 +00:00
committed by Automerger Merge Worker

View File

@@ -266,10 +266,11 @@ object Flags {
// 600- status bar
// TODO(b/256614753): Tracking Bug
val NEW_STATUS_BAR_MOBILE_ICONS = unreleasedFlag(606, "new_status_bar_mobile_icons")
val NEW_STATUS_BAR_MOBILE_ICONS =
unreleasedFlag(606, "new_status_bar_mobile_icons", teamfood = true)
// TODO(b/256614210): Tracking Bug
val NEW_STATUS_BAR_WIFI_ICON = unreleasedFlag(607, "new_status_bar_wifi_icon")
val NEW_STATUS_BAR_WIFI_ICON = unreleasedFlag(607, "new_status_bar_wifi_icon", teamfood = true)
// TODO(b/256614751): Tracking Bug
val NEW_STATUS_BAR_MOBILE_ICONS_BACKEND =