aospa: 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 committed by Jake Weinstein
parent ccb9fdedc1
commit 929777fb97
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_DEXPREOPT_SPEED_APPS += \
SystemUI
# Compile SystemUI on device with `speed`.
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.systemuicompilerfilter=speed
# Sensitive phone numbers and APN configurations
PRODUCT_COPY_FILES += \
vendor/aospa/target/config/apns-conf.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/apns-conf.xml \