aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-03-07 09:27:27 -0800
committerSteven Moreland <smoreland@google.com>2019-03-07 09:28:35 -0800
commit0002028c0929f92cb8e786f5d501dcb1a17b83ea (patch)
treebb39843786755e184d48daa555fda71411e6372e /ui
parent5d3e2b70b868a5cd418a6d66b243b0d3aaabc62b (diff)
downloadbuild_soong-0002028c0929f92cb8e786f5d501dcb1a17b83ea.tar.gz
build_soong-0002028c0929f92cb8e786f5d501dcb1a17b83ea.tar.bz2
build_soong-0002028c0929f92cb8e786f5d501dcb1a17b83ea.zip
dumpvars += BOARD_VNDK_VERSION
Dump variable in log to track remaining targets which don't set it. Bug: 122954981 Test: $ grep VNDK out/soong.log 2019/03/07 09:22:04.235604 build/soong/ui/build/dumpvars.go:109: BOARD_VNDK_VERSION current Change-Id: I34146c752a4bf0d799374bb93cc0d75b0f1b048c
Diffstat (limited to 'ui')
-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 d644f5ff..7f0b784d 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -204,6 +204,7 @@ func runMakeProductConfig(ctx Context, config Config) {
"BUILD_BROKEN_PHONY_TARGETS",
// Not used, but useful to be in the soong.log
+ "BOARD_VNDK_VERSION",
"BUILD_BROKEN_ANDROIDMK_EXPORTS",
"BUILD_BROKEN_DUP_COPY_HEADERS",
"BUILD_BROKEN_ENG_DEBUG_TAGS",