Snap for 8006021 from 45fc577ba2dc010112396304a26b64a73dd0696f to tm-release

Change-Id: I19b61cb9b64c6158b50e3a55b881c8343b555619
diff --git a/Android.bp b/Android.bp
index 678c541..fb52b72 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,51 +51,6 @@
     ],
 }
 
-rust_test_host {
-    name: "grpcio-compiler_host_test_src_bin_grpc_rust_plugin",
-    crate_name: "grpc_rust_plugin",
-    cargo_env_compat: true,
-    cargo_pkg_version: "0.9.0",
-    srcs: ["src/bin/grpc_rust_plugin.rs"],
-    test_suites: ["general-tests"],
-    auto_gen_config: true,
-    test_options: {
-        unit_test: true,
-    },
-    edition: "2018",
-    features: [
-        "default",
-        "protobuf",
-        "protobuf-codec",
-    ],
-    rustlibs: [
-        "libgrpcio_compiler",
-        "libprotobuf",
-    ],
-}
-
-rust_test_host {
-    name: "grpcio-compiler_host_test_src_lib",
-    crate_name: "grpcio_compiler",
-    cargo_env_compat: true,
-    cargo_pkg_version: "0.9.0",
-    srcs: ["src/lib.rs"],
-    test_suites: ["general-tests"],
-    auto_gen_config: true,
-    test_options: {
-        unit_test: true,
-    },
-    edition: "2018",
-    features: [
-        "default",
-        "protobuf",
-        "protobuf-codec",
-    ],
-    rustlibs: [
-        "libprotobuf",
-    ],
-}
-
 rust_library_host {
     name: "libgrpcio_compiler",
     crate_name: "grpcio_compiler",
diff --git a/cargo2android.json b/cargo2android.json
index b7093f4..9b0d064 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -2,4 +2,4 @@
   "dependencies": true,
   "run": true,
   "tests": true
-}
+}
\ No newline at end of file