Build: Use phone compiled-classes in core_minimal
am: 695b28f67c
* commit '695b28f67c88b87486911f8881078e7857e989a8':
Build: Use phone compiled-classes in core_minimal
Change-Id: I00488cf31df5b997de619656dd7541788747fb18
This commit is contained in:
commit
ea33f4f768
|
@ -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 New Issue