Remove VNDK information from CC and APEX tests
VNDK is deprecated in 24Q2, so soong should be tested with no device and platform vndk versions. This change removes all VNDK related tests and VNDK versions from soong-cc and soong-apex tests. Bug: 330100430 Test: m nothing --no-skip-soong-tests passed Change-Id: I45e6c13e6c0a6bc9710b120e8d5b167e2051631e
This commit is contained in:
@@ -65,8 +65,8 @@ func TestVendorPublicLibraries(t *testing.T) {
|
||||
`)
|
||||
|
||||
coreVariant := "android_arm64_armv8-a_shared"
|
||||
vendorVariant := "android_vendor.29_arm64_armv8-a_shared"
|
||||
productVariant := "android_product.29_arm64_armv8-a_shared"
|
||||
vendorVariant := "android_vendor_arm64_armv8-a_shared"
|
||||
productVariant := "android_product_arm64_armv8-a_shared"
|
||||
|
||||
// test if header search paths are correctly added
|
||||
// _static variant is used since _shared reuses *.o from the static variant
|
||||
|
Reference in New Issue
Block a user