Merge "Allow actions to read BUILD_BROKEN_INCORRECT_PARTITION_IMAGES" into main am: 72d5c104b8 am: dda155301a am: ccc530da10

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2741125

Change-Id: Iec916f8d57d3b1fed02e4a0d6c5312abcc9f94a9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cole Faust
2023-09-07 19:47:48 +00:00
committed by Automerger Merge Worker

View File

@@ -194,6 +194,10 @@ 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()...)...)
}