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

Commit 1a39f49a authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Add feature flag for typeface redesign

This only add flags.

Bug: 361260253
Flag: com.android.text.flags.typeface_redesign
Test: N/A
Change-Id: Ibddeb293e69e6b8bc61e5e2b2e12b492228d5e70
parent 7582adb3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -297,3 +297,10 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "typeface_redesign"
  namespace: "text"
  description: "Decouple variation settings, weight and style information from Typeface class"
  bug: "361260253"
}