commit | 10ea6214a191c230d28a8feb63b1740628cc9291 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Oct 14 20:42:40 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Oct 17 21:28:53 2022 +0000 |
tree | 4dd2cef584170d39b5694e586182745f1b072a3a | |
parent | 2fe9d75bef7fa8e07f98864289e8769378103922 [diff] [blame] |
ninja error on missing files Bug: 253517226 Bug: 253694455 Change-Id: I24da473198958a0e82a5a6e10c3f3180bf5dcc41 Test: N/A
diff --git a/ui/build/ninja.go b/ui/build/ninja.go index dab1a9b..01500a0 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go
@@ -67,7 +67,8 @@ 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...)