sdm710-common: Preopt SystemUI for AOSP builds.

Bug: 232860596
Test: See no dex2oat invocation on the first boot.
Change-Id: I21b99fac3934060d27fad7323979cbb5f0ed28e8
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
Jiakai Zhang 2022-05-20 14:56:44 +01:00 committed by giasen
parent 4006e12c62
commit 243a516aab

View file

@ -338,6 +338,9 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Preopt SystemUI
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI
# Protobuf
PRODUCT_PACKAGES += \
libprotobuf-cpp-full-vendorcompat \