[SB refactor] release new status bar pipeline flags

Test: manual
Bug: 238425913
Change-Id: Idfdaac94846820d2e4d2fa25f49c782cfc1b184d
This commit is contained in:
Evan Laird
2023-02-01 11:18:45 -05:00
parent c0fd4ce395
commit 36ce10200f

View File

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