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:
Andreas Gampe 2016-05-19 05:17:01 +00:00 committed by android-build-merger
commit f35add046b
1 changed files with 4 additions and 0 deletions

View File

@ -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)