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

Commit 57c3aea4 authored by Vikas Marwaha's avatar Vikas Marwaha Committed by Android (Google) Code Review
Browse files

Merge "Build: Only use compiled-classes file when available" into nyc-dev

parents 04184061 bbb0b31c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -142,8 +142,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
    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
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
    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)