Merge "Android.bp: remove x86 system tests" into main am: 5d9d648df8

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3523515

Change-Id: I3b8d2d03ef89d6a723744c61dfac7c2c1a4c05fd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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",
-    ],
-}