diff --git a/device.mk b/device.mk index 0e440c7d..cefe1a51 100644 --- a/device.mk +++ b/device.mk @@ -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 \