Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0bca796e authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Michael Bestas
Browse files

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
parent d5a9663b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ var BannerVars = []string{
	"BUILD_ID",
	"OUT_DIR",
	"SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE",
	"WITH_SU",
}

func Banner(config Config, make_vars map[string]string) string {