Add dumpvar for WITH_SU

-Allow folks to see easily if the term session they are in has
   WITH_SU set to true

Change-Id: Ib310d0016bb9eb16960f794720321b706b6fd8b0
This commit is contained in:
Abhisek Devkota
2017-02-08 12:06:13 -08:00
committed by SkyMinus
parent c5deb2da14
commit 5567c50113

View File

@@ -165,6 +165,7 @@ var BannerVars = []string{
"BUILD_ID", "BUILD_ID",
"OUT_DIR", "OUT_DIR",
"SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE", "SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE",
"WITH_SU",
} }
func Banner(make_vars map[string]string) string { func Banner(make_vars map[string]string) string {