Run non-RBE supported actions in the local pool when USE_RBE is set.
Bug: 143938974 Test: ran CTS build at -j500 successfully. Change-Id: I55074bd67308cd716972e24fb56a20bc393d5d9d
This commit is contained in:
@@ -38,7 +38,7 @@ var (
|
||||
// this, all java rules write into separate directories and then are combined into a .jar file
|
||||
// (if the rule produces .class files) or a .srcjar file (if the rule produces .java files).
|
||||
// .srcjar files are unzipped into a temporary directory when compiled with javac.
|
||||
javac = pctx.AndroidGomaStaticRule("javac",
|
||||
javac = pctx.AndroidRemoteStaticRule("javac", android.SUPPORTS_GOMA,
|
||||
blueprint.RuleParams{
|
||||
Command: `rm -rf "$outDir" "$annoDir" "$srcJarDir" && mkdir -p "$outDir" "$annoDir" "$srcJarDir" && ` +
|
||||
`${config.ZipSyncCmd} -d $srcJarDir -l $srcJarDir/list -f "*.java" $srcJars && ` +
|
||||
|
Reference in New Issue
Block a user