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

Commit 66361b0c authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Automerger Merge Worker
Browse files

Merge "[SB Refactor] Enable the new pipeline backend for teamfood." into...

Merge "[SB Refactor] Enable the new pipeline backend for teamfood." into tm-qpr-dev am: f0758714 am: 37e4a318

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



Change-Id: Id9ccf5a5736cdb7bfe473ba9eea36458f8d16ee3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 24632e20 37e4a318
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -258,10 +258,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