diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-02-17 13:25:13 -0500 |
|---|---|---|
| committer | George Zacharia <george.zcharia@gmail.com> | 2024-04-28 11:14:42 +0530 |
| commit | 012cef3e9f66cf2be49b91c4f91945d269c4b935 (patch) | |
| tree | 96708534deb75dc9e1dd54f72fa4bc33d6c3123b /ui | |
| parent | d1f0997c221c3a04b7bb55858d91d8309e346fc2 (diff) | |
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
Diffstat (limited to 'ui')
| -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 5e7153e31..6224df3b6 100644 --- a/ui/build/dumpvars.go +++ b/ui/build/dumpvars.go @@ -168,6 +168,10 @@ var BannerVars = []string{ "SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE", "WITH_SU", "WITH_GMS", + "WITH_GMS_CAR", + "WITH_GMS_TV", + "GMS_MAKEFILE", + "MAINLINE_MODULES_MAKEFILE", } func Banner(make_vars map[string]string) string { |
