Build: Use phone compiled-classes in core_minimal am: 695b28f67c
am: 28efcb6d39
am: e98ef11300
* commit 'e98ef11300e5de77c15a52414e805f9757fd1cde':
Build: Use phone compiled-classes in core_minimal
Change-Id: I6c68dab4d4bd630d32b66e8113f162f801f33e40
This commit is contained in:
commit
f35add046b
|
@ -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