Add a system property for System UI compiler filter. am: 12ac729cf5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/18321451 Change-Id: Ida664836ba1a995bbca0fb399a5d979a838934c6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c4df4c0860
1 changed files with 4 additions and 0 deletions
|
@ -1113,6 +1113,10 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs201/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
|
||||||
|
|
||||||
# Keymint configuration
|
# Keymint 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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue