OSDN Git Service

Turn off excess printing during the build which makes errors harder to find.
authorJoe Onorato <joeo@google.com>
Wed, 9 Mar 2016 22:48:46 +0000 (14:48 -0800)
committerYing Wang <wangying@google.com>
Thu, 10 Mar 2016 02:09:02 +0000 (18:09 -0800)
Change-Id: I588de5ddc0aa7dcaacc4ea185c13c2fa3748888a
(cherry-pick from commit 401ffaeb7560fa088d540ed1c150c3f196ebf993)

core/dex_preopt_libart.mk

index 97e77ba..f90eebc 100644 (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) \