diff options
author | 2024-04-01 15:50:01 +0900 | |
---|---|---|
committer | 2024-04-01 15:53:58 +0900 | |
commit | 1db4a74a590e38f60f573fe23fa8ea137f6e2390 (patch) | |
tree | 8b7c1c3b81892c447ac848aaafa3f19489cb3790 /rust/testing.go | |
parent | 4d4eb59a2ba7961eb84705df5e9997fb3dab938e (diff) |
Remove VNDK information from Rust, etc, and sysprop 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-etc, soong-rust and soong-sysprop tests.
Bug: 330100430
Test: m nothing --no-skip-soong-tests passed
Change-Id: Ie34d23f0facab31078de54682f7cc78d37fcd4be
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rust/testing.go b/rust/testing.go index 986e34e29..4e9a6c6fc 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -43,10 +43,6 @@ var PrepareForTestWithRustDefaultModules = android.GroupFixturePreparers( // Preparer that will allow use of all rust modules fully. var PrepareForIntegrationTestWithRust = android.GroupFixturePreparers( PrepareForTestWithRustDefaultModules, -) - -var PrepareForTestWithRustIncludeVndk = android.GroupFixturePreparers( - PrepareForIntegrationTestWithRust, cc.PrepareForIntegrationTestWithCc, ) |