From 168e8cd0f19ed492de43dc0a1c80bec270d71dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Kozynski?= Date: Wed, 21 Jun 2023 11:16:59 -0400 Subject: [PATCH] Enable QS_PIPELINE_NEW_HOST for Droidfood Bug: 270385608 Test: manual, set flag to default Change-Id: I31551bb6602c93e2bc536b0c14598fbd16ec23ce --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 250678e25d981..593b67bee1022 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 @@ object Flags { ) @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