Merge "Revert "Allow actions to read BUILD_BROKEN_INCORRECT_PARTITION_I..."" into main

This commit is contained in:
Firman Prayoga 2023-09-08 04:06:57 +00:00 committed by Gerrit Code Review
commit e2e3172dba

View file

@ -194,10 +194,6 @@ func runNinjaForBuild(ctx Context, config Config) {
// LLVM compiler wrapper options // LLVM compiler wrapper options
"TOOLCHAIN_RUSAGE_OUTPUT", "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()...)...) }, config.BuildBrokenNinjaUsesEnvVars()...)...)
} }