aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-08 12:06:13 -0800
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 19:03:32 +0200
commit55acf2a9a1bf26516558ba574986ac2c0bb48b8a (patch)
tree3d42f299de0999352d87c6d18ee1bb5297dbbb83
parenta61e320458e265a0bace03c069396fa89b93b118 (diff)
downloadbuild_soong-55acf2a9a1bf26516558ba574986ac2c0bb48b8a.tar.gz
build_soong-55acf2a9a1bf26516558ba574986ac2c0bb48b8a.tar.bz2
build_soong-55acf2a9a1bf26516558ba574986ac2c0bb48b8a.zip
Add dumpvar for WITH_SU
-Allow folks to see easily if the term session they are in has WITH_SU set to true -Also add a dumpvar rule for WITH_GMS for those that have it Change-Id: Ib310d0016bb9eb16960f794720321b706b6fd8b0
-rw-r--r--ui/build/dumpvars.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go
index 9d80a96d..fd572a9b 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -150,6 +150,8 @@ var BannerVars = []string{
"TARGET_BUILD_PDK",
"PDK_FUSION_PLATFORM_ZIP",
"PRODUCT_SOONG_NAMESPACES",
+ "WITH_SU",
+ "WITH_GMS",
}
func Banner(make_vars map[string]string) string {