Increase default runtest -j to 16.

Change-Id: I4f98a630a7ad75557e462a122b83dd3c36cf6ab6
This commit is contained in:
Brett Chabot
2012-01-17 16:03:49 -08:00
parent 7eef71a24c
commit 12db436d22

View File

@@ -69,7 +69,7 @@ class TestRunner(object):
"for a list of tests, or you can launch one or more tests.")
# default value for make -jX
_DEFAULT_JOBS = 4
_DEFAULT_JOBS = 16
_DALVIK_VERIFIER_OFF_PROP = "dalvik.vm.dexopt-flags = v=n"