Revert "Revert "Disallow multiple build executions in parallel""

Bug: 36698966
Test: m -j & m -j # (run two builds at once)

This reverts commit be9cd1192b.

Change-Id: Ia15c0bf156a6de54da054eab8134f36bae0823ca
This commit is contained in:
Jeff Gaston
2017-05-24 13:14:34 -07:00
parent 442b7e6dc9
commit 3615fe8665
4 changed files with 390 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ bootstrap_go_package {
"kati.go",
"make.go",
"ninja.go",
"proc_sync.go",
"signal.go",
"soong.go",
"util.go",
@@ -37,6 +38,7 @@ bootstrap_go_package {
testSrcs: [
"environment_test.go",
"util_test.go",
"proc_sync_test.go",
],
darwin: {
srcs: [