diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2022-06-09 21:14:18 +0100 |
|---|---|---|
| committer | George Zacharia <george.zcharia@gmail.com> | 2024-04-28 11:14:42 +0530 |
| commit | 16217c4691e9ef5e300b74899597325c61842812 (patch) | |
| tree | 7c8f263241874cb7013ee1309d1b0a9d82025f17 /ui | |
| parent | 012cef3e9f66cf2be49b91c4f91945d269c4b935 (diff) | |
dumpvars: Replace ATV and Automotive vars
There's no need anymore to export a var to explicitly opt for
ATV or Automotive specific GMS. Instead, just show what type of
product is set.
Change-Id: I9e9035dc1655b6f118fd8562b60f9cfec5906806
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/build/dumpvars.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go index 6224df3b6..f15285a34 100644 --- a/ui/build/dumpvars.go +++ b/ui/build/dumpvars.go @@ -166,10 +166,10 @@ var BannerVars = []string{ "BUILD_ID", "OUT_DIR", "SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE", + "PRODUCT_IS_ATV", + "PRODUCT_IS_AUTO", "WITH_SU", "WITH_GMS", - "WITH_GMS_CAR", - "WITH_GMS_TV", "GMS_MAKEFILE", "MAINLINE_MODULES_MAKEFILE", } |
