Add a system property for System UI compiler filter.

Bug: 227310505

Change-Id: If7aa82fcfe85b8d385e2c8fc9207660a88efa1d3
Test: m
This commit is contained in:
Jiakai Zhang 2022-05-11 15:52:22 +00:00
parent e9e0761738
commit 12ac729cf5

View file

@ -1113,6 +1113,10 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs201/device_framework
PRODUCT_DEXPREOPT_SPEED_APPS += \
SystemUIGoogle
# Compile SystemUI on device with `speed`.
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.systemuicompilerfilter=speed
# Keymint 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 \