Merge "Do not force turn off of Jack warning"

This commit is contained in:
Yohann Roussel 2016-06-13 14:33:47 +00:00 committed by Gerrit Code Review
commit 0a26fc0ace
2 changed files with 2 additions and 3 deletions

View File

@ -571,8 +571,6 @@ else
JACK_DEFAULT_ARGS := $(BUILD_SYSTEM)/jack-default.args
DEFAULT_JACK_EXTRA_ARGS := @$(JACK_DEFAULT_ARGS)
endif
# Turn off jack warnings by default.
DEFAULT_JACK_EXTRA_ARGS += --verbose error
PROGUARD := external/proguard/bin/proguard.sh
JAVATAGS := build/tools/java-event-log-tags.py

View File

@ -2,4 +2,5 @@
-D sched.runner.thread.kind=fixed
-D sched.runner.thread.fixed.count=4
--sanity-checks off
-D jack.reporter.level.file=error=--,warning=-
-D jack.reporter.level.file=error=--,warning=-
--verbose error