am 9a0382ff: Merge "Build: Fail preopting apps when there are verifier errors"

* commit '9a0382ffe64ad8ccecc15141779627a882f31ee0':
  Build: Fail preopting apps when there are verifier errors
This commit is contained in:
Andreas Gampe 2015-03-06 19:16:47 +00:00 committed by Android Git Automerger
commit e380c11dde

View file

@ -106,5 +106,6 @@ $(hide) $(DEX2OAT) \
--instruction-set-variant=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_CPU_VARIANT) \
--instruction-set-features=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES) \
--include-patch-information --runtime-arg -Xnorelocate --no-include-debug-symbols \
--abort-on-hard-verifier-error \
$(PRIVATE_DEX_PREOPT_FLAGS)
endef