Merge "Expose Clang wrapper's dump usage stats option" am: 77b99b097b am: 01a98d9de9

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2063669

Change-Id: I5edaedc11a007f14843ca7f2cd3de8e20c7d6b09
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-04-19 05:39:39 +00:00
committed by Automerger Merge Worker
2 changed files with 6 additions and 0 deletions

View File

@@ -205,6 +205,9 @@ func runMakeProductConfig(ctx Context, config Config) {
"CCACHE_SLOPPINESS",
"CCACHE_BASEDIR",
"CCACHE_CPP2",
// LLVM compiler wrapper options
"TOOLCHAIN_RUSAGE_OUTPUT",
}
allVars := append(append([]string{

View File

@@ -169,6 +169,9 @@ func runNinjaForBuild(ctx Context, config Config) {
"CCACHE_BASEDIR",
"CCACHE_CPP2",
"CCACHE_DIR",
// LLVM compiler wrapper options
"TOOLCHAIN_RUSAGE_OUTPUT",
}, config.BuildBrokenNinjaUsesEnvVars()...)...)
}