Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d038b66 authored by Orion Hodson's avatar Orion Hodson Committed by Automerger Merge Worker
Browse files

Merge "Update dex2oat filter" into rvc-dev am: cc464a4c am: 17b709b8 am: 4f9a6313

Change-Id: Iba76abb2c563c99f1691aa160f29390a8096555d
parents 36511571 4f9a6313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,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