From ec46a3b71f2746ec209d60ca03f6129d5b129f75 Mon Sep 17 00:00:00 2001 From: Yohann Roussel Date: Thu, 5 Mar 2015 18:35:05 +0100 Subject: [PATCH] Turn off Jack warnings by default Change-Id: I24b3135395483b3581d212cb2ab1bb93ba2524d9 --- core/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.mk b/core/config.mk index 00d44065e..41f952481 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