summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author Kiyoung Kim <kiyoungkim@google.com> 2024-03-26 16:33:58 +0900
committer Kiyoung Kim <kiyoungkim@google.com> 2024-03-28 15:15:01 +0900
commit0d1c1e6aef039e9aebc70decd33002757bc24636 (patch)
treea9a7f87bcbfc036be85cf1949d85c8cdab471026 /rust/testing.go
parentd8ec229bc0e6c3905a69f4844ecdd9540661dbf8 (diff)
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
Diffstat (limited to 'rust/testing.go')
-rw-r--r--rust/testing.go2
1 files changed, 1 insertions, 1 deletions
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 {