Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c92a0fd7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "[Sb refactor] Enable new pipeline frontend for teamfood" into...

Merge "Merge "[Sb refactor] Enable new pipeline frontend for teamfood" into tm-qpr-dev am: 2411a73a" into tm-qpr-dev-plus-aosp am: 12c4303b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21062303



Change-Id: I7f1a492e49aff43fbbe53632a78ca95cf560f4e6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 476e2bdc 12c4303b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -265,10 +265,11 @@ object Flags {
    // 600- status bar

    // TODO(b/256614753): Tracking Bug
    val NEW_STATUS_BAR_MOBILE_ICONS = unreleasedFlag(606, "new_status_bar_mobile_icons")
    val NEW_STATUS_BAR_MOBILE_ICONS =
        unreleasedFlag(606, "new_status_bar_mobile_icons", teamfood = true)

    // TODO(b/256614210): Tracking Bug
    val NEW_STATUS_BAR_WIFI_ICON = unreleasedFlag(607, "new_status_bar_wifi_icon")
    val NEW_STATUS_BAR_WIFI_ICON = unreleasedFlag(607, "new_status_bar_wifi_icon", teamfood = true)

    // TODO(b/256614751): Tracking Bug
    val NEW_STATUS_BAR_MOBILE_ICONS_BACKEND =