From c76d99dca10bd41a30cbfce4699866716a1d4eaf Mon Sep 17 00:00:00 2001 From: Yohann Roussel Date: Fri, 13 Mar 2015 17:57:40 +0100 Subject: [PATCH] Redirect jack warnings to stdout Bug: 19715777 Change-Id: If651a35f3579dd6e976eeb8a063b0eefdfaa992a --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index ac43d4147..c01f0a6f7 100644 --- a/core/config.mk +++ b/core/config.mk @@ -441,7 +441,7 @@ endif ifneq ($(ANDROID_JACK_EXTRA_ARGS),) DEFAULT_JACK_EXTRA_ARGS := $(ANDROID_JACK_EXTRA_ARGS) else -DEFAULT_JACK_EXTRA_ARGS := --sanity-checks off +DEFAULT_JACK_EXTRA_ARGS := --sanity-checks off -D jack.reporter.level.file=error=--,warning=- endif JILL := java -Xmx3500m -cp $(JILL_JAR) com.android.jill.Main PROGUARD := external/proguard/bin/proguard.sh