forked from openkylin/platform_build
Build: Use phone compiled-classes in core_minimal
am: 695b28f67c
* commit '695b28f67c88b87486911f8881078e7857e989a8':
Build: Use phone compiled-classes in core_minimal
Change-Id: I3b3a362c17c741994b34a2f70301806eadf9098d
This commit is contained in:
commit
28efcb6d39
|
@ -143,5 +143,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