Merge "Pass through RUST_LOG" into main

This commit is contained in:
Treehugger Robot
2024-08-14 19:27:31 +00:00
committed by Gerrit Code Review

View File

@@ -229,6 +229,7 @@ func runNinjaForBuild(ctx Context, config Config) {
"BUILD_BROKEN_INCORRECT_PARTITION_IMAGES", "BUILD_BROKEN_INCORRECT_PARTITION_IMAGES",
"SOONG_USE_N2", "SOONG_USE_N2",
"RUST_BACKTRACE", "RUST_BACKTRACE",
"RUST_LOG",
}, config.BuildBrokenNinjaUsesEnvVars()...)...) }, config.BuildBrokenNinjaUsesEnvVars()...)...)
} }