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
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user