Merge "Add pm.dexopt.cmdline mapping in product config" am: e9423b0b09 am: 0d5c92d999 am: 5d1ebf5793 am: 1ad062c401

Original change: https://android-review.googlesource.com/c/platform/build/+/1710928

Change-Id: I73581a6fa28199b5b4d09bfb32a6e411241710b2
This commit is contained in:
Calin Juravle
2021-05-24 15:57:08 +00:00
committed by Automerger Merge Worker

View File

@@ -110,6 +110,9 @@ 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).
# Note that `cmdline` is not strictly needed but it simplifies the management
# of compilation reason in the platform (as we have a unified, single path,
# without exceptions).
PRODUCT_SYSTEM_PROPERTIES += \
pm.dexopt.post-boot?=extract \
pm.dexopt.install?=speed-profile \
@@ -121,6 +124,7 @@ PRODUCT_SYSTEM_PROPERTIES += \
pm.dexopt.bg-dexopt?=speed-profile \
pm.dexopt.ab-ota?=speed-profile \
pm.dexopt.inactive?=verify \
pm.dexopt.cmdline?=verify \
pm.dexopt.shared?=speed
# Pass file with the list of updatable boot class path packages to dex2oat.