Pass through RUST_LOG

If the user has RUST_LOG set in the environment, pass that through.

Bug: 352600283
Test: manual
Change-Id: Ia6bfa4be791a8e72591fc729de4e4270df150a1c
This commit is contained in:
LaMont Jones
2024-08-14 10:08:50 -07:00
parent 8bf4079e5f
commit b2ab527798

View File

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