Merge "Update dex2oat filter" into rvc-dev am: cc464a4cdb

Change-Id: I2b770dc13ccff7711247d9f90a25522647c9915d
This commit is contained in:
Orion Hodson 2020-03-26 20:03:46 +00:00 committed by Automerger Merge Worker
commit 864dc9c1af
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ ifneq ($(filter ro.setupwizard.mode=ENABLED, $(call collapse-pairs, $(ADDITIONAL
endif
ifndef is_sdk_build
# To speedup startup of non-preopted builds, don't verify or compile the boot image.
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.image-dex2oat-filter=verify-at-runtime
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.image-dex2oat-filter=extract
endif
endif