diff options
author | 2024-03-29 04:37:25 +0000 | |
---|---|---|
committer | 2024-03-29 04:37:25 +0000 | |
commit | 82488ca4578f9f9ddfa28e5f080a3abf8f0670e7 (patch) | |
tree | 1326e2d1fac40c2d675e58107a52b4d8262d5425 /rust/testing.go | |
parent | 149f8e150289ac4d3eee5070f4905134d27d1775 (diff) | |
parent | 0d1c1e6aef039e9aebc70decd33002757bc24636 (diff) |
Merge "Remove VNDK information from CC and APEX tests" into main
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 2 |
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 { |