Merge "[SB Refactor] Enable the new pipeline backend for teamfood." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f0758714a8
@@ -260,10 +260,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