Save Jack default extra args in a file

Change-Id: I059b36fc71679eb5c95f05ede26d8037c742921b
This commit is contained in:
Yohann Roussel 2015-05-13 16:03:28 +02:00
parent 3ce2e60ffc
commit b6bfb5893a
2 changed files with 6 additions and 1 deletions

View File

@ -450,7 +450,7 @@ endif
ifneq ($(ANDROID_JACK_EXTRA_ARGS),)
DEFAULT_JACK_EXTRA_ARGS := $(ANDROID_JACK_EXTRA_ARGS)
else
DEFAULT_JACK_EXTRA_ARGS := -D sched.runner=multi-threaded -D sched.runner.thread.kind=fixed -D sched.runner.thread.fixed.count=4 --sanity-checks off -D jack.reporter.level.file=error=--,warning=-
DEFAULT_JACK_EXTRA_ARGS := @$(BUILD_SYSTEM)/jack-default.args
endif
# Turn off jack warnings by default.
DEFAULT_JACK_EXTRA_ARGS += --verbose error

5
core/jack-default.args Normal file
View File

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