summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2015-03-05 18:35:05 +0100
committerYohann Roussel <yroussel@google.com>2015-03-20 15:40:07 +0100
commitec46a3b71f2746ec209d60ca03f6129d5b129f75 (patch)
treef853ca55adf3ea5cb4916abaf35af32c6757c888 /core/config.mk
parente18445ead88b86d74cbd43b2ce0c4be407092935 (diff)
downloadbuild-ec46a3b71f2746ec209d60ca03f6129d5b129f75.zip
build-ec46a3b71f2746ec209d60ca03f6129d5b129f75.tar.gz
build-ec46a3b71f2746ec209d60ca03f6129d5b129f75.tar.bz2
Turn off Jack warnings by default
Change-Id: I24b3135395483b3581d212cb2ab1bb93ba2524d9
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/config.mk b/core/config.mk
index 00d4406..41f9524 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -449,8 +449,8 @@ DEFAULT_JACK_EXTRA_ARGS := $(ANDROID_JACK_EXTRA_ARGS)
else
DEFAULT_JACK_EXTRA_ARGS := --sanity-checks off
endif
-# Redirect jack warnings to stdout.
-DEFAULT_JACK_EXTRA_ARGS += -D jack.reporter.level.file=error=--,warning=-
+# Turn off jack warnings by default.
+DEFAULT_JACK_EXTRA_ARGS += --verbose error
JILL := java -Xmx3500m -jar $(JILL_JAR)
PROGUARD := external/proguard/bin/proguard.sh