diff options
| author | Abhisek Devkota <ciwrl@lineageos.org> | 2017-02-08 12:06:13 -0800 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2018-08-13 11:08:04 -0700 |
| commit | 634af1174c4523b7b3dcafdffd1ffc2d6699e140 (patch) | |
| tree | acaf34cdb129d148977481c344d607dbeba0be13 | |
| parent | d0b486acf863dffe5e7478ae00f92d194531161b (diff) | |
| download | build_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.go | 2 |
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 { |
