summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorziyiw <ziyiw@google.com>2024-04-30 19:58:43 +0000
committerAndroid Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com>2024-04-30 19:58:43 +0000
commit76642573d3c9739e9e94522cad74f3a4b579d9e7 (patch)
treed61a34b51d8e6c0e060b34f418aa66b4b556c329
parent8d52ecc2db9eaa1491cd12d023b162fb9dfb695f (diff)
downloaduwb-76642573d3c9739e9e94522cad74f3a4b579d9e7.tar.gz
[unit_test] Remove target.host from rust_test
We don't need it anymore since b/204562227 is fixed. Test: atest libuci_hal_android_tests Bug: 336652103 Merged-In: Ic5adfd318ad1f40b9bdbea5b49c4db498ada1d4a Change-Id: Ic5adfd318ad1f40b9bdbea5b49c4db498ada1d4a
-rwxr-xr-xsrc/Android.bp34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/Android.bp b/src/Android.bp
index 42e3bd5..c592eb3 100755
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -139,22 +139,6 @@ rust_test {
],
test_config_template: "uwb_rust_test_config_template.xml",
},
- host: {
- test_suites: [
- "general-tests",
- ],
- data_libs: [
- "libandroid_runtime_lazy",
- "libbase",
- "libcutils",
- "liblog",
- "libutils",
- "libc++",
- "server_configurable_flags",
- ],
- // See b/268061150
- stem: "libuwb_core_tests_host",
- },
},
// Support multilib variants (using different suffix per sub-architecture), which is needed on
// build targets with secondary architectures, as the MTS test suite packaging logic flattens
@@ -284,7 +268,6 @@ rust_defaults {
"com.android.uwb",
],
min_sdk_version: "Tiramisu",
- host_supported: true,
srcs: [
"rust/uci_hal_android/lib.rs",
],
@@ -325,23 +308,6 @@ rust_test {
],
test_config_template: "uwb_rust_test_config_template.xml",
},
- host: {
- test_suites: [
- "general-tests",
- ],
- data_libs: [
- "libandroid_runtime_lazy",
- "libbase",
- "libcutils",
- "liblog",
- "libutils",
- "libbinder_ndk",
- "libbinder",
- "libc++",
- ],
- // See b/268061150
- stem: "libuci_hal_android_tests_host",
- },
},
// Support multilib variants (using different suffix per sub-architecture), which is needed on
// build targets with secondary architectures, as the MTS test suite packaging logic flattens