Build: Use phone compiled-classes in core_minimal am: 695b28f67c

am: 28efcb6d39

* commit '28efcb6d39c065da8831e542793d3ddf10c4d4c1':
  Build: Use phone compiled-classes in core_minimal

Change-Id: I83b72249a82c8a1992718050de65048e212da3ce
This commit is contained in:
Andreas Gampe 2016-05-19 05:13:56 +00:00 committed by android-build-merger
commit e98ef11300

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)