aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-08 12:06:13 -0800
committerRashed Abdel-Tawab <rashed@linux.com>2018-08-13 11:08:04 -0700
commit634af1174c4523b7b3dcafdffd1ffc2d6699e140 (patch)
treeacaf34cdb129d148977481c344d607dbeba0be13
parentd0b486acf863dffe5e7478ae00f92d194531161b (diff)
downloadbuild_soong-634af1174c4523b7b3dcafdffd1ffc2d6699e140.tar.gz
build_soong-634af1174c4523b7b3dcafdffd1ffc2d6699e140.tar.bz2
build_soong-634af1174c4523b7b3dcafdffd1ffc2d6699e140.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 675d2078..5080ee88 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -113,6 +113,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 {