commit | b2ab527798f193c11e066e2942151b65518fb674 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Wed Aug 14 10:08:50 2024 -0700 |
committer | LaMont Jones <lamontjones@google.com> | Wed Aug 14 10:08:50 2024 -0700 |
tree | 9ccc18d84296d252ec150d7a571308c4b44e5de8 | |
parent | 8bf4079e5fb2e6cfabb4d2bd197fab2ea1ca8086 [diff] [blame] |
Pass through `RUST_LOG` If the user has RUST_LOG set in the environment, pass that through. Bug: 352600283 Test: manual Change-Id: Ia6bfa4be791a8e72591fc729de4e4270df150a1c
diff --git a/ui/build/ninja.go b/ui/build/ninja.go index b5e74b4..8ca62d3 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go
@@ -229,6 +229,7 @@ "BUILD_BROKEN_INCORRECT_PARTITION_IMAGES", "SOONG_USE_N2", "RUST_BACKTRACE", + "RUST_LOG", }, config.BuildBrokenNinjaUsesEnvVars()...)...) }