diff options
| author | 2024-11-18 22:58:12 +0000 | |
|---|---|---|
| committer | 2024-11-18 22:58:12 +0000 | |
| commit | e4196abca123d76c6247b8b31eb04d2e7c02e56f (patch) | |
| tree | 0f7d238f1ebd9197eb52377ae80f9fdb2cd53ac9 | |
| parent | edee8e9928755b1833ed48cd28acced3c23bde60 (diff) | |
| parent | ad59579ad8a451c9e8e4c1ac2b19e0e86397704f (diff) | |
Merge "Add flags for GSF on Bouncer & QS" into main
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 14 |
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" +} |