summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2018-08-13 11:03:48 -0700
committerMichael Bestas <mkbestas@lineageos.org>2020-12-08 22:28:30 +0200
commit1959a9eb625179d3da207666332c6b3b687783f8 (patch)
tree02c81f540831321db054f0a054a1c98a9c570ec7
parent5989a5753335acffaec3fb0b176e2baf08841d52 (diff)
soong: Add LINEAGE_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 bd073e53f..b37883626 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -139,6 +139,7 @@ func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_
var BannerVars = []string{
"PLATFORM_VERSION_CODENAME",
"PLATFORM_VERSION",
+ "LINEAGE_VERSION",
"TARGET_PRODUCT",
"TARGET_BUILD_VARIANT",
"TARGET_BUILD_TYPE",