diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-02-17 13:25:13 -0500 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-02-20 20:12:04 +0100 |
| commit | e2439951b65852c4db453a4449a79ffcd088b6dd (patch) | |
| tree | 909507ca6501277912ca505ea1f42207b14f8028 /ui/build/dumpvars.go | |
| parent | b82207bbb0f7efb868ca1e237630fb868490357e (diff) | |
Be more explicit about GMS dumpvarss12.0
* 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
Diffstat (limited to 'ui/build/dumpvars.go')
| -rw-r--r-- | ui/build/dumpvars.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
