commit | 72d5c104b8a11f8bf866f5ceb1bcb171912bab4e | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Sep 07 16:41:45 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 07 16:41:45 2023 +0000 |
tree | 68c7dc1dae8f8292d32c29305f6c3d4b22e5bdd4 | |
parent | 7d885d53a66fc5e348b5d500a003c8ee66e1ee6c [diff] | |
parent | b95e5e873c40e8cb286ffd9e5bb658bc41ce082b [diff] |
Merge "Allow actions to read BUILD_BROKEN_INCORRECT_PARTITION_IMAGES" into main
diff --git a/ui/build/ninja.go b/ui/build/ninja.go index 61aaad8..b69e938 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go
@@ -194,6 +194,10 @@ // LLVM compiler wrapper options "TOOLCHAIN_RUSAGE_OUTPUT", + + // We don't want this build broken flag to cause reanalysis, so allow it through to the + // actions. + "BUILD_BROKEN_INCORRECT_PARTITION_IMAGES", }, config.BuildBrokenNinjaUsesEnvVars()...)...) }