summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-18 22:58:12 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-18 22:58:12 +0000
commite4196abca123d76c6247b8b31eb04d2e7c02e56f (patch)
tree0f7d238f1ebd9197eb52377ae80f9fdb2cd53ac9
parentedee8e9928755b1833ed48cd28acced3c23bde60 (diff)
parentad59579ad8a451c9e8e4c1ac2b19e0e86397704f (diff)
Merge "Add flags for GSF on Bouncer & QS" into main
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 67666c3db81f..c82c63c7c78b 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -1798,3 +1798,17 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
+
+flag {
+ name: "gsf_bouncer"
+ namespace: "systemui"
+ description: "Applies GSF font styles to Bouncer surfaces."
+ bug: "379364381"
+}
+
+flag {
+ name: "gsf_quick_settings"
+ namespace: "systemui"
+ description: "Applies GSF font styles to Quick Settings surfaces."
+ bug: "379364381"
+}