Revert "ninja error on missing files"

This reverts commit 10ea6214a1.

Reason for revert: b/254136231

Change-Id: I68884b0540557b9abc9e6661c1ff5dbeb7e9816d
This commit is contained in:
Steven Moreland
2022-10-18 00:13:59 +00:00
parent 10ea6214a1
commit 28d35a1f1e

View File

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