From 0d1c1e6aef039e9aebc70decd33002757bc24636 Mon Sep 17 00:00:00 2001 From: Kiyoung Kim Date: Tue, 26 Mar 2024 16:33:58 +0900 Subject: 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 --- rust/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/testing.go') diff --git a/rust/testing.go b/rust/testing.go index d9cacdc27..986e34e29 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -47,7 +47,7 @@ var PrepareForIntegrationTestWithRust = android.GroupFixturePreparers( var PrepareForTestWithRustIncludeVndk = android.GroupFixturePreparers( PrepareForIntegrationTestWithRust, - cc.PrepareForTestWithCcIncludeVndk, + cc.PrepareForIntegrationTestWithCc, ) func GatherRequiredDepsForTest() string { -- cgit v1.2.3-59-g8ed1b