[SB Refactor] Enable the new pipeline backend for teamfood.
The icons will still be derived from the old pipeline, but this will turn on the new pipeline in the background to help us pre-emptively catch any crashes. Bug: 238425913 Test: manual: verified flags on by default Change-Id: I52c850a708e0b11cb4c0141dfd267c7bc6c14cc2
This commit is contained in:
@@ -247,10 +247,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