ninja error on missing files

Bug: 253517226
Bug: 253694455
Change-Id: I24da473198958a0e82a5a6e10c3f3180bf5dcc41
Test: N/A
This commit is contained in:
Steven Moreland
2022-10-14 20:42:40 +00:00
parent 2fe9d75bef
commit 10ea6214a1

View File

@@ -67,7 +67,8 @@ func runNinjaForBuild(ctx Context, config Config) {
args = append(args,
"-o", "usesphonyoutputs=yes",
"-w", "dupbuild=err",
"-w", "missingdepfile=err")
"-w", "missingdepfile=err",
"-w", "missingoutfile=err")
cmd := Command(ctx, config, "ninja", executable, args...)