aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorPaul Keith <javelinanddart@bestas.gr>2017-04-18 07:22:01 -0500
committerRashed Abdel-Tawab <rashed@linux.com>2018-08-13 11:08:05 -0700
commit108cc24a0903c36b96549bd0459824b7e147305d (patch)
tree1513f79a0082bb2139fe7f4b042d5b5c01839ea7 /ui
parent86f06b6b32074bb16e86b21e70f1bf8b2714a510 (diff)
downloadbuild_soong-108cc24a0903c36b96549bd0459824b7e147305d.tar.gz
build_soong-108cc24a0903c36b96549bd0459824b7e147305d.tar.bz2
build_soong-108cc24a0903c36b96549bd0459824b7e147305d.zip
dumpvar: Dump TARGET_USE_SDCLANG
* But only do it if SDCLANG is detected locally Change-Id: I4e9556bfcefc0321351601471b6f5587ff5a42d4 Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
Diffstat (limited to 'ui')
-rw-r--r--ui/build/dumpvars.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go
index 9b5592fb..08646a8f 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -113,6 +113,7 @@ var BannerVars = []string{
"TARGET_BUILD_PDK",
"PDK_FUSION_PLATFORM_ZIP",
"PRODUCT_SOONG_NAMESPACES",
+ "TARGET_USE_SDCLANG",
"RECOVERY_VARIANT",
"WITH_SU",
"WITH_GMS",