From 5567c50113c426c8ea00f1fe24b1270f77007f40 Mon Sep 17 00:00:00 2001 From: Abhisek Devkota Date: Wed, 8 Feb 2017 12:06:13 -0800 Subject: [PATCH] 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 --- ui/build/dumpvars.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go index 00e205e9e..817871208 100644 --- a/ui/build/dumpvars.go +++ b/ui/build/dumpvars.go @@ -165,6 +165,7 @@ var BannerVars = []string{ "BUILD_ID", "OUT_DIR", "SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE", + "WITH_SU", } func Banner(make_vars map[string]string) string {