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

This commit is contained in:
Narayan Kamath 2016-06-06 14:48:03 +00:00 committed by Android (Google) Code Review
commit da147a7c20
2 changed files with 5 additions and 2 deletions

View File

@ -139,7 +139,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
pm.dexopt.ab-ota=speed-profile \ pm.dexopt.ab-ota=speed-profile \
pm.dexopt.nsys-library=speed \ pm.dexopt.nsys-library=speed \
pm.dexopt.shared-apk=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 # 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,\ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\

View File

@ -129,7 +129,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
pm.dexopt.ab-ota=speed-profile \ pm.dexopt.ab-ota=speed-profile \
pm.dexopt.nsys-library=speed \ pm.dexopt.nsys-library=speed \
pm.dexopt.shared-apk=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/runtime_libart.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)