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:
parent
4006e12c62
commit
243a516aab
1 changed files with 3 additions and 0 deletions
|
@ -338,6 +338,9 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
|
$(LOCAL_PATH)/configs/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
|
||||||
|
|
||||||
|
# Preopt SystemUI
|
||||||
|
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI
|
||||||
|
|
||||||
# Protobuf
|
# Protobuf
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libprotobuf-cpp-full-vendorcompat \
|
libprotobuf-cpp-full-vendorcompat \
|
||||||
|
|
Loading…
Reference in a new issue