commit | 168e8cd0f19ed492de43dc0a1c80bec270d71dc1 | [log] [tgz] |
---|---|---|
author | Fabián Kozynski <kozynski@google.com> | Wed Jun 21 11:16:59 2023 -0400 |
committer | Fabián Kozynski <kozynski@google.com> | Wed Jun 21 11:16:59 2023 -0400 |
tree | 963fe15525fe1d1a49a4e6dc374301a7089f1ea4 | |
parent | c268174cb015afcfb216fde58235215e9583f1a1 [diff] |
Enable QS_PIPELINE_NEW_HOST for Droidfood Bug: 270385608 Test: manual, set flag to default Change-Id: I31551bb6602c93e2bc536b0c14598fbd16ec23ce
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 250678e..593b67b 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -302,7 +302,7 @@ ) @JvmField - val QS_PIPELINE_NEW_HOST = unreleasedFlag(504, "qs_pipeline_new_host", teamfood = true) + val QS_PIPELINE_NEW_HOST = releasedFlag(504, "qs_pipeline_new_host") // TODO(b/278068252): Tracking Bug @JvmField