Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad59579a authored by Florence Yang's avatar Florence Yang
Browse files

Add flags for GSF on Bouncer & QS

These flags are for the first round of implementation of GSF styles on
Bouncer and Quick Settings. These flags will be removed once we gather
the trunkfood-50 metrics.

Flag: EXEMPT adding new flags
Bug: 379364381
Test: N/A
Change-Id: Ib8459d61ce002e198aa37383d777348dfacd4051
parent f9e467f3
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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"
}