Add dumpvars for GMS

* 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
This commit is contained in:
Nolen Johnson
2022-02-17 13:25:13 -05:00
committed by SkyMinus
parent 5567c50113
commit fe9d40342b

View File

@@ -165,7 +165,12 @@ var BannerVars = []string{
"BUILD_ID",
"OUT_DIR",
"SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE",
"PRODUCT_IS_ATV",
"PRODUCT_IS_AUTOMOTIVE",
"WITH_SU",
"WITH_GMS",
"GMS_MAKEFILE",
"MAINLINE_MODULES_MAKEFILE",
}
func Banner(make_vars map[string]string) string {