Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1659ff92 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

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

am: ea33f4f7

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

Change-Id: Iffaa23320311c6e7e97b8088433db3d3ce040dc0
parents caac8033 ea33f4f7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)