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

This commit is contained in:
Ying Wang 2016-03-10 02:09:59 +00:00 committed by Gerrit Code Review
commit a778fa1976
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,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) \