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

Commit 8b73c76a authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 6faf9925: am e380c11d: am 9a0382ff: Merge "Build: Fail preopting apps when...

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

* commit '6faf9925':
  Build: Fail preopting apps when there are verifier errors
parents 131424e7 6faf9925
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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