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
This commit is contained in:
parent
84b6508604
commit
56b9618584
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue