sdm660: move PRODUCT_DEXPREOPT_SPEED_APPS from BoardConfig
add SysUI to PRODUCT_DEXPREOPT_SPEED_APPS Test: Build Change-Id: I088938462b389e1ebe783997f773dc5946345666
This commit is contained in:
parent
e2cc2fde08
commit
3875693331
2 changed files with 3 additions and 1 deletions
|
@ -181,7 +181,6 @@ ifeq ($(HOST_OS),linux)
|
|||
endif
|
||||
endif
|
||||
endif
|
||||
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI
|
||||
|
||||
# EXFAT
|
||||
TARGET_EXFAT_DRIVER := sdfat
|
||||
|
|
|
@ -334,6 +334,9 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.power@1.1-service-qti
|
||||
|
||||
# Preopt SystemUI
|
||||
PRODUCT_DEXPREOPT_SPEED_APPS += SystemUI
|
||||
|
||||
# Public Libraries
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(COMMON_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
||||
|
|
Loading…
Reference in a new issue