Build: Use phone compiled-classes in core_minimal
Use default phone compiled-classes list to cut down boot image size on most devices. Bug: 28026683 Change-Id: I73bb59b792923ebc7549f775085b1c9aed88cc1a
This commit is contained in:
parent
451b72438e
commit
695b28f67c
1 changed files with 4 additions and 0 deletions
|
@ -141,5 +141,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|||
pm.dexopt.shared-apk=speed \
|
||||
pm.dexopt.forced-dexopt=speed
|
||||
|
||||
# Enable boot.oat filtering of compiled classes to reduce boot.oat size. b/28026683
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/base/compiled-classes-phone:system/etc/compiled-classes
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
|
||||
|
|
Loading…
Reference in a new issue