From 56b96185847996240322026d0a1b6e2435164aed Mon Sep 17 00:00:00 2001 From: Kiyoung Kim Date: Tue, 6 Feb 2024 17:04:15 +0900 Subject: [PATCH] Do not dump BOARD_VNDK_VERSION Soong dumps BOARD_VNDK_VERSION to check if devices use VNDK when VNDK is first introduced. However, VNDK is fully used from all device so this is no longer required. Also, BOARD_VNDK_VERSION property is expected to be deprecated along with VNDK deprecation. This change removes BOARD_VNDK_VERSION from dump variable target. Bug: 316829758 Test: AOSP CF build succeeded Change-Id: I2fdb92a0e03629366a515d3b6705f7a7db0c1159 --- ui/build/dumpvars.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go index d364542c5..e17bd5402 100644 --- a/ui/build/dumpvars.go +++ b/ui/build/dumpvars.go @@ -237,7 +237,6 @@ func runMakeProductConfig(ctx Context, config Config) { "BUILD_BROKEN_SRC_DIR_RW_ALLOWLIST", // Not used, but useful to be in the soong.log - "BOARD_VNDK_VERSION", "TARGET_BUILD_TYPE", "HOST_ARCH", "HOST_2ND_ARCH",