Home
last modified time | relevance | path

Searched refs:parallelCompile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/blueprint/bootstrap/
H A Dbootstrap.go36 parallelCompile = pctx.StaticVariable("parallelCompile", func() string { var
/aosp_15_r20/out/soong/
Dbootstrap.ninja28 g.bootstrap.parallelCompile = -c 8
44 command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} ${g.bootstrap.parallelCompile} -o ${out}.tmp ${g.bootstrap.debugFlags} -p ${pkgPath} -complete ${incFlags} ${embedFlags} -pack ${in} && if cmp --quiet ${out}.tmp ${out}; then rm ${out}.tmp; else mv -f ${out}.tmp ${out}; fi
[all...]
Dbuild.aosp_shiba.ninja475 g.bootstrap.parallelCompile = -c 8
860 …ROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} ${g.bootstrap.parallelCompile} -o ${out}.tm…