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:
@@ -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()...)...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user