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

Commit 28efcb6d 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: I3b3a362c17c741994b34a2f70301806eadf9098d
parents dcfa9202 695b28f6
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)