forked from openkylin/platform_build
Merge "Update dex2oat filter"
This commit is contained in:
commit
8459ede56d
|
@ -310,7 +310,7 @@ ifneq ($(filter ro.setupwizard.mode=ENABLED, $(call collapse-pairs, $(ADDITIONAL
|
||||||
endif
|
endif
|
||||||
ifndef is_sdk_build
|
ifndef is_sdk_build
|
||||||
# To speedup startup of non-preopted builds, don't verify or compile the boot image.
|
# 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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue