Revert "Change the default compiler filter for install to speed-profile"

This reverts commit 0edf9aebea.

Reason for revert: it breaks JVMTI CTS tests (because of app images).

Bug: 77340429
Bug: 77321621
Change-Id: I4236ecd42c92f9a594f94cf212f0a75945989ad9
This commit is contained in:
Calin Juravle
2018-03-30 23:57:08 +00:00
parent 0edf9aebea
commit 4fcf794170

View File

@@ -84,11 +84,8 @@ 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.
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
pm.dexopt.install=speed-profile \
pm.dexopt.install=quicken \
pm.dexopt.bg-dexopt=speed-profile \
pm.dexopt.ab-ota=speed-profile \
pm.dexopt.inactive=verify \