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

Commit 695b28f6 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Build: Use phone compiled-classes in core_minimal

Use default phone compiled-classes list to cut down boot image
size on most devices.

Bug: 28026683
Change-Id: I73bb59b792923ebc7549f775085b1c9aed88cc1a
parent 451b7243
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)