diff --git a/device.mk b/device.mk index 5a9529f0..cfbf923b 100644 --- a/device.mk +++ b/device.mk @@ -1181,6 +1181,10 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs101/device_framework PRODUCT_DEXPREOPT_SPEED_APPS += \ SystemUIGoogle +# Compile SystemUI on device with `speed`. +PRODUCT_PROPERTY_OVERRIDES += \ + dalvik.vm.systemuicompilerfilter=speed + # Keymaster 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 \