Merge "[SB Refactor] Enable the new pipeline backend for teamfood." into tm-qpr-dev am: f0758714a8 am: 37e4a3187d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20932316 Change-Id: Id9ccf5a5736cdb7bfe473ba9eea36458f8d16ee3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -258,10 +258,11 @@ object Flags {
|
||||
|
||||
// TODO(b/256614751): Tracking Bug
|
||||
val NEW_STATUS_BAR_MOBILE_ICONS_BACKEND =
|
||||
unreleasedFlag(608, "new_status_bar_mobile_icons_backend")
|
||||
unreleasedFlag(608, "new_status_bar_mobile_icons_backend", teamfood = true)
|
||||
|
||||
// TODO(b/256613548): Tracking Bug
|
||||
val NEW_STATUS_BAR_WIFI_ICON_BACKEND = unreleasedFlag(609, "new_status_bar_wifi_icon_backend")
|
||||
val NEW_STATUS_BAR_WIFI_ICON_BACKEND =
|
||||
unreleasedFlag(609, "new_status_bar_wifi_icon_backend", teamfood = true)
|
||||
|
||||
// TODO(b/256623670): Tracking Bug
|
||||
@JvmField
|
||||
|
||||
Reference in New Issue
Block a user