Turn off Jack warnings by default

Change-Id: I24b3135395483b3581d212cb2ab1bb93ba2524d9
This commit is contained in:
Yohann Roussel 2015-03-05 18:35:05 +01:00
parent e18445ead8
commit ec46a3b71f
1 changed files with 2 additions and 2 deletions

View File

@ -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