diff options
| author | Abhisek Devkota <ciwrl@lineageos.org> | 2017-02-08 12:06:13 -0800 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2019-09-06 20:49:01 -0700 |
| commit | 5ddd3eefa9c0ace119323aaec95b4bb0a97bd12c (patch) | |
| tree | 84677ae38c92772764542eebfb01d8a192f7b88d /ui/build/dumpvars.go | |
| parent | 8a8675c949bbe5452fbba99b26e64563fd6bc75f (diff) | |
| download | build_soong-5ddd3eefa9c0ace119323aaec95b4bb0a97bd12c.tar.gz build_soong-5ddd3eefa9c0ace119323aaec95b4bb0a97bd12c.tar.bz2 build_soong-5ddd3eefa9c0ace119323aaec95b4bb0a97bd12c.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
Diffstat (limited to 'ui/build/dumpvars.go')
| -rw-r--r-- | ui/build/dumpvars.go | 2 |
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 { |
