Redirect jack warnings to stdout
Bug: 19715777 Change-Id: If651a35f3579dd6e976eeb8a063b0eefdfaa992a
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user