Migrate to new tiles aconfig flags
Bug: b/311147395
Test: atest QSPipelineFlagsRepositoryTest
Test: atest CurrentTilesInteractorImplTest
Test: atest QSTileHostTest
Flag: ACONFIG com.android.systemui.qs_new_pipeline DISABLED
Change-Id: I60606b6f7edd0ed08dbd7dfef0bd3a0d2f230ad2
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 77c4aa6..7404860 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -138,6 +138,13 @@
}
flag {
+ name: "qs_new_tiles"
+ namespace: "systemui"
+ description: "Use the new tiles in the Quick Settings. Should have no behavior changes."
+ bug: "241772429"
+}
+
+flag {
name: "coroutine_tracing"
namespace: "systemui"
description: "Adds thread-local data to System UI's global coroutine scopes to "