From 4e8b1725faa59763a74722e79962ef724ca3d0ff Mon Sep 17 00:00:00 2001 From: Kyle Lin Date: Tue, 26 Apr 2022 15:47:53 +0800 Subject: [PATCH] device.mk: preopt SystemUI Bug: 230438662 Test: build, boot and check the size, format Change-Id: Ic9bfba1488b6fd18c97a59580cbcf63cebc36cae --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 8a92cfa2..0e440c7d 100644 --- a/device.mk +++ b/device.mk @@ -1109,6 +1109,10 @@ PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer # It must be split into the FCM of each partition. DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs201/device_framework_matrix_product.xml +# Preopt SystemUI +PRODUCT_DEXPREOPT_SPEED_APPS += \ + SystemUIGoogle + # 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 \