forked from openkylin/platform_build
am 46d17af4: am 0a0b640f: Merge "Save Jack default extra args in a file" into mnc-dev
* commit '46d17af4ff8dff6ed30fcfa0963395be1ae9bbb1': Save Jack default extra args in a file
This commit is contained in:
commit
dd78088ec1
|
@ -456,7 +456,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
|
||||
|
|
|
@ -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=-
|
Loading…
Reference in New Issue