Remove references to .static variants

They are now selected automatically and do not need to be explicitly
requested.

Bug: 143217452
Test: mma
Change-Id: I55a7f3a2184e2d8e68de5b86816e0ec080a0be6c
diff --git a/Android.bp b/Android.bp
index fa70099..1bb2d62 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,11 +35,6 @@
     srcs: [
         "tests/stack_pin.rs",
     ],
-    rlibs: [
-        "libstd.static",
-        "libtest.static",
-        "libterm.static",
-    ],
 }
 
 rust_test_host {
@@ -56,11 +51,6 @@
     srcs: [
         "tests/projection.rs",
     ],
-    rlibs: [
-        "libstd.static",
-        "libtest.static",
-        "libterm.static",
-    ],
 }
 
 rust_test_host {
@@ -79,9 +69,4 @@
     test_suites: ["general-tests"],
     auto_gen_config: true,
     edition: "2018",
-    rlibs: [
-        "libstd.static",
-        "libtest.static",
-        "libterm.static",
-    ],
 }