From e2439951b65852c4db453a4449a79ffcd088b6dd Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 17 Feb 2022 13:25:13 -0500 Subject: Be more explicit about GMS dumpvars * For most people and in most enviorments these will never pop up, but given we now support GMS variants and different build types we ought to tell the user which one is in use. Change-Id: I7639f2e741d9b24e3719ef76d7d532c0155cd988 --- ui/build/dumpvars.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go index b00c1badc..eaba298e5 100644 --- a/ui/build/dumpvars.go +++ b/ui/build/dumpvars.go @@ -171,6 +171,10 @@ var BannerVars = []string{ "SOONG_SDK_SNAPSHOT_VERSION", "WITH_SU", "WITH_GMS", + "WITH_GMS_CAR", + "WITH_GMS_TV", + "GMS_MAKEFILE", + "MAINLINE_MODULES_MAKEFILE", } func Banner(make_vars map[string]string) string { -- cgit v1.2.3