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:
Andreas Gampe 2016-05-19 05:10:55 +00:00 committed by android-build-merger
commit 28efcb6d39
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)