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