From b2ab527798f193c11e066e2942151b65518fb674 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Wed, 14 Aug 2024 10:08:50 -0700 Subject: [PATCH] Pass through `RUST_LOG` If the user has RUST_LOG set in the environment, pass that through. Bug: 352600283 Test: manual Change-Id: Ia6bfa4be791a8e72591fc729de4e4270df150a1c --- ui/build/ninja.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/build/ninja.go b/ui/build/ninja.go index b5e74b422..8ca62d3f1 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go @@ -229,6 +229,7 @@ func runNinjaForBuild(ctx Context, config Config) { "BUILD_BROKEN_INCORRECT_PARTITION_IMAGES", "SOONG_USE_N2", "RUST_BACKTRACE", + "RUST_LOG", }, config.BuildBrokenNinjaUsesEnvVars()...)...) }