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

Commit ea33f4f7 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

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

Change-Id: I00488cf31df5b997de619656dd7541788747fb18
parents dd24d65d 695b28f6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -141,5 +141,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)