device.mk: preopt SystemUI

Bug: 230438662
Test: build, boot and check the size, format
Change-Id: Ic9bfba1488b6fd18c97a59580cbcf63cebc36cae
This commit is contained in:
Kyle Lin 2022-04-26 15:47:53 +08:00 committed by TreeHugger Robot
parent a4bc896a39
commit 4e8b1725fa

View file

@ -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 \