From: Yohann Roussel Date: Wed, 8 Jun 2016 15:00:09 +0000 (+0200) Subject: Do not force turn off of Jack warning X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bf171725217d616b004b48e3620b2b66de0fe87b;p=android-x86%2Fbuild.git Do not force turn off of Jack warning When ANDROID_JACK_EXTRA_ARGS is defined there is no reason to still turn off those warnings. Change-Id: Ic7ac02c72ed3b7b0eaca9394c9fc7d92d5dfa871 --- diff --git a/core/config.mk b/core/config.mk index 727a5a80a..3148538a2 100644 --- a/core/config.mk +++ b/core/config.mk @@ -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 diff --git a/core/jack-default.args b/core/jack-default.args index 8d70a820d..bcc323584 100644 --- a/core/jack-default.args +++ b/core/jack-default.args @@ -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=- \ No newline at end of file +-D jack.reporter.level.file=error=--,warning=- +--verbose error \ No newline at end of file