Set sync default to -j4

This commit is contained in:
Shawn O. Pearce 2011-09-23 07:36:45 -07:00
parent 82d0651c62
commit 92ae90681a
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
<remote name="aosp"
fetch="https://android.googlesource.com/" />
<default revision="gingerbread"
remote="aosp" />
remote="aosp"
sync-j="4" />
<project path="build" name="platform/build">
<copyfile src="core/root.mk" dest="Makefile" />