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

Commit a5c29e31 authored by Narayan Kamath's avatar Narayan Kamath Committed by android-build-merger
Browse files

Merge "Add default values for pm.dexopt.core-app." into nyc-dev

am: da147a7c

* commit 'da147a7c':
  Add default values for pm.dexopt.core-app.

Change-Id: I11b1338f33e7e1bb99341e086bd6bcd7fb5f47f9
parents 637c0192 da147a7c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -139,7 +139,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
    pm.dexopt.ab-ota=speed-profile \
    pm.dexopt.nsys-library=speed \
    pm.dexopt.shared-apk=speed \
    pm.dexopt.forced-dexopt=speed
    pm.dexopt.forced-dexopt=speed \
    pm.dexopt.core-app=speed


# Enable boot.oat filtering of compiled classes to reduce boot.oat size. b/28026683
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
+2 −1
Original line number Diff line number Diff line
@@ -129,7 +129,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
    pm.dexopt.ab-ota=speed-profile \
    pm.dexopt.nsys-library=speed \
    pm.dexopt.shared-apk=speed \
    pm.dexopt.forced-dexopt=speed
    pm.dexopt.forced-dexopt=speed \
    pm.dexopt.core-app=speed

$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)