Add a system property for System UI compiler filter.

Bug: 227310505
Test: m
Change-Id: I03c7a72ff6b021f5556811e360b53f8d4481b4b2
This commit is contained in:
Jiakai Zhang 2022-05-11 16:46:04 +01:00
parent a1ef1fd063
commit 0588903ced

View file

@ -1181,6 +1181,10 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs101/device_framework
PRODUCT_DEXPREOPT_SPEED_APPS += \ PRODUCT_DEXPREOPT_SPEED_APPS += \
SystemUIGoogle SystemUIGoogle
# Compile SystemUI on device with `speed`.
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.systemuicompilerfilter=speed
# Keymaster configuration # Keymaster configuration
PRODUCT_COPY_FILES += \ 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 \ frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml \