1diff --git a/Android.bp b/Android.bp
2index c9b069a..26dd152 100644
3--- a/Android.bp
4+++ b/Android.bp
5@@ -56,21 +56,20 @@ rust_library {
6         "com.android.uwb",
7         "com.android.virt",
8     ],
9     product_available: true,
10     vendor_available: true,
11     min_sdk_version: "29",
12 }
13
14 rust_test {
15     name: "num_cpus_test_src_lib",
16-    host_supported: true,
17     crate_name: "num_cpus",
18     cargo_env_compat: true,
19     cargo_pkg_version: "1.16.0",
20     crate_root: "src/lib.rs",
21     test_suites: ["general-tests"],
22     auto_gen_config: true,
23     test_options: {
24         unit_test: false,
25     },
26     edition: "2015",
27