diff --git a/ui/build/ninja.go b/ui/build/ninja.go index b69e938f8..61aaad86b 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go @@ -194,10 +194,6 @@ func runNinjaForBuild(ctx Context, config Config) { // 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()...)...) }