diff options
| author | Kiyoung Kim <kiyoungkim@google.com> | 2024-02-06 17:04:15 +0900 |
|---|---|---|
| committer | Kiyoung Kim <kiyoungkim@google.com> | 2024-02-06 17:04:15 +0900 |
| commit | 56b96185847996240322026d0a1b6e2435164aed (patch) | |
| tree | 3446dc6b4c6820def2c6453488159c6238276bb1 /ui | |
| parent | 84b6508604a48d12206f6d7081da59deb075127f (diff) | |
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
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/build/dumpvars.go | 1 |
1 files changed, 0 insertions, 1 deletions
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", |
