Merge "[SB refactor] release new status bar pipeline flags"

This commit is contained in:
Evan Laird
2023-02-01 21:23:10 +00:00
committed by Android (Google) Code Review

View File

@@ -265,11 +265,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 =