Revert "Allow actions to read BUILD_BROKEN_INCORRECT_PARTITION_I..."

Revert submission 2736954-proper_installclean

Reason for revert: Potential culprit for build breakage b/299545346

Reverted changes: /q/submissionid:2736954-proper_installclean

Change-Id: I96ef912c23f99b7335eeb27c2c09949d655e8fa7
This commit is contained in:
Firman Prayoga
2023-09-08 01:24:39 +00:00
committed by Gerrit Code Review
parent b95e5e873c
commit 098b237f5e

View File

@@ -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()...)...)
}