aospa: Add a system property for System UI compiler filter.
Bug: 227310505 Test: m Change-Id: I03c7a72ff6b021f5556811e360b53f8d4481b4b2
This commit is contained in:
parent
ccb9fdedc1
commit
929777fb97
|
@ -79,6 +79,10 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
||||||
SystemUI
|
SystemUI
|
||||||
|
|
||||||
|
# Compile SystemUI on device with `speed`.
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
dalvik.vm.systemuicompilerfilter=speed
|
||||||
|
|
||||||
# Sensitive phone numbers and APN configurations
|
# Sensitive phone numbers and APN configurations
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/aospa/target/config/apns-conf.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/apns-conf.xml \
|
vendor/aospa/target/config/apns-conf.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/apns-conf.xml \
|
||||||
|
|
Loading…
Reference in New Issue