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

Commit e98ef113 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: 28efcb6d

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

Change-Id: I83b72249a82c8a1992718050de65048e212da3ce
parents caac8033 28efcb6d
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)