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

Commit c67cec14 authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Add flag for lazy variation instance creation

Bug: 324150794
Test: Manually done
Test: adb shell cat /proc/`adb shell pidof com.android.systemui`/maps
Test: minikin_tests
Test: atest CtsWidgetTestCases
Test: atest CtsTextTestCases
Test: atest CtsGraphicsTestCases
Test: atest FrameworksCoreTests:android.text
Change-Id: I436bbef3d5a53807c324e43d5493f661d82552c4
parent 5713cf3a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -110,3 +110,12 @@ flag {
  description: "A flag for replacing AndroidBidi with android.icu.text.Bidi."
  bug: "317144801"
}

flag {
  name: "lazy_variation_instance"
  namespace: "text"
  description: "A flag for enabling lazy variation instance creation."
  # Make read only, as it could be used before the Settings provider is initialized.
  is_fixed_read_only: true
  bug: "324676775"
}