Merge "Allow actions to read BUILD_BROKEN_INCORRECT_PARTITION_IMAGES" into main am: 72d5c104b8
am: dda155301a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2741125 Change-Id: I4a78c5b9583b127bc760b78ceb14966504a1802f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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()...)...)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user