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:
@@ -237,7 +237,6 @@ func runMakeProductConfig(ctx Context, config Config) {
|
|||||||
"BUILD_BROKEN_SRC_DIR_RW_ALLOWLIST",
|
"BUILD_BROKEN_SRC_DIR_RW_ALLOWLIST",
|
||||||
|
|
||||||
// Not used, but useful to be in the soong.log
|
// Not used, but useful to be in the soong.log
|
||||||
"BOARD_VNDK_VERSION",
|
|
||||||
"TARGET_BUILD_TYPE",
|
"TARGET_BUILD_TYPE",
|
||||||
"HOST_ARCH",
|
"HOST_ARCH",
|
||||||
"HOST_2ND_ARCH",
|
"HOST_2ND_ARCH",
|
||||||
|
Reference in New Issue
Block a user