Add a system property for System UI compiler filter.
Bug: 227310505 Test: m Change-Id: I03c7a72ff6b021f5556811e360b53f8d4481b4b2
This commit is contained in:
parent
a1ef1fd063
commit
0588903ced
1 changed files with 4 additions and 0 deletions
|
@ -1181,6 +1181,10 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs101/device_framework
|
|||
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
||||
SystemUIGoogle
|
||||
|
||||
# Compile SystemUI on device with `speed`.
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
dalvik.vm.systemuicompilerfilter=speed
|
||||
|
||||
# Keymaster configuration
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue