summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2018-08-13 11:03:48 -0700
committeralk3pInjection <webmaster@raspii.tech>2023-12-25 21:42:48 +0800
commit2bb4455f26b34840eace792408c5de36976a79a8 (patch)
treee6844d64045b65ed949928208bcf5dd6c270a29f
parent1d45e2240997a6cbda26a27533c930565f883dad (diff)
soong: Add ICE_VERSION to dumpvars
Change-Id: I24b29442f041aec451a173db404f542060ac67d2
-rw-r--r--ui/build/dumpvars.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go
index efe747819..396d8a829 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -147,6 +147,7 @@ func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_
var BannerVars = []string{
"PLATFORM_VERSION_CODENAME",
"PLATFORM_VERSION",
+ "ICE_VERSION",
"PRODUCT_INCLUDE_TAGS",
"PRODUCT_SOURCE_ROOT_DIRS",
"TARGET_PRODUCT",