Merge "Change the default compiler filter for install to speed-profile" am: 6607ce7efa

am: 903e7cb737

Change-Id: I36e2d3b6b7b33f5b5dad8b97dfbe4431eed7398f
This commit is contained in:
Calin Juravle 2018-04-05 15:14:29 -07:00 committed by android-build-merger
commit b8cf643107
1 changed files with 4 additions and 1 deletions

View File

@ -84,8 +84,11 @@ else
pm.dexopt.boot=verify
endif
# The install filter is speed-profile in order to enable the use of
# profiles from the dex metadata files. Note that if a profile is not provided
# or if it is empty speed-profile is equivalent to (quicken + empty app image).
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
pm.dexopt.install=quicken \
pm.dexopt.install=speed-profile \
pm.dexopt.bg-dexopt=speed-profile \
pm.dexopt.ab-ota=speed-profile \
pm.dexopt.inactive=verify \