Merge "Add pm.dexopt.cmdline mapping in product config" into sc-dev
This commit is contained in:
commit
c55bf19bd6
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,9 @@ endif
|
||||||
# The install filter is speed-profile in order to enable the use of
|
# 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
|
# 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).
|
# 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 += \
|
PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
pm.dexopt.post-boot?=extract \
|
pm.dexopt.post-boot?=extract \
|
||||||
pm.dexopt.install?=speed-profile \
|
pm.dexopt.install?=speed-profile \
|
||||||
|
@ -121,6 +124,7 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
pm.dexopt.bg-dexopt?=speed-profile \
|
pm.dexopt.bg-dexopt?=speed-profile \
|
||||||
pm.dexopt.ab-ota?=speed-profile \
|
pm.dexopt.ab-ota?=speed-profile \
|
||||||
pm.dexopt.inactive?=verify \
|
pm.dexopt.inactive?=verify \
|
||||||
|
pm.dexopt.cmdline?=verify \
|
||||||
pm.dexopt.shared?=speed
|
pm.dexopt.shared?=speed
|
||||||
|
|
||||||
# Pass file with the list of updatable boot class path packages to dex2oat.
|
# Pass file with the list of updatable boot class path packages to dex2oat.
|
||||||
|
|
Loading…
Reference in a new issue