Android.bp: remove x86 system tests
- system client to system VM tests are not proper VTS tests
- x86 is not the supported test target for Trusty VMs due to
latency.
Bug: None
Test: None
Change-Id: If9e4c140e529b4658ae4cdd8c81e7e7eadf45eb2
diff --git a/security/see/hwcrypto/aidl/vts/functional/Android.bp b/security/see/hwcrypto/aidl/vts/functional/Android.bp
index beb8976..52c7feb 100644
--- a/security/see/hwcrypto/aidl/vts/functional/Android.bp
+++ b/security/see/hwcrypto/aidl/vts/functional/Android.bp
@@ -29,11 +29,6 @@
"librpcbinder_rs",
"librustutils",
],
- arch: {
- x86_64: {
- enabled: true,
- },
- },
}
rust_library {
@@ -62,22 +57,3 @@
"libclap",
],
}
-
-rust_test {
- name: "VtsAidlHwCryptoConnTest",
- srcs: ["connection_test.rs"],
- require_root: true,
- defaults: [
- "hw_crypto_hal_aidl_rust_defaults",
- ],
- rustlibs: [
- "libhwcryptohal_vts_test",
- ],
- data: [
- ":trusty_test_vm_elf",
- ":trusty_test_vm_config",
- ":trusty_vm_launcher_sh",
- ":trusty_wait_ready_sh",
- ":wait_hw_crypto",
- ],
-}