Merge "Create a highmem pool and put metalava into it"

This commit is contained in:
Treehugger Robot
2020-01-25 01:09:43 +00:00
committed by Gerrit Code Review
13 changed files with 95 additions and 13 deletions

View File

@@ -48,8 +48,11 @@ func SetupOutDir(ctx Context, config Config) {
var combinedBuildNinjaTemplate = template.Must(template.New("combined").Parse(`
builddir = {{.OutDir}}
pool local_pool
{{if .UseRemoteBuild }}pool local_pool
depth = {{.Parallel}}
{{end -}}
pool highmem_pool
depth = {{.HighmemParallel}}
build _kati_always_build_: phony
{{if .HasKatiSuffix}}subninja {{.KatiBuildNinjaFile}}
subninja {{.KatiPackageNinjaFile}}