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

Commit eae09475 authored by Joe Onorato's avatar Joe Onorato Committed by android-build-merger
Browse files

Turn off excess printing during the build which makes errors harder to find.

am: 401ffaeb

* commit '401ffaeb':
  Turn off excess printing during the build which makes errors harder to find.
parents 44dd5dbf 401ffaeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ endif
define dex2oat-one-file
$(hide) rm -f $(2)
$(hide) mkdir -p $(dir $(2))
$(hide) $(DEX2OAT) \
$(hide) ANDROID_LOG_TAGS="*:e" $(DEX2OAT) \
	--runtime-arg -Xms$(DEX2OAT_XMS) --runtime-arg -Xmx$(DEX2OAT_XMX) \
	--boot-image=$(PRIVATE_DEX_PREOPT_IMAGE_LOCATION) \
	--dex-file=$(1) \