summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp45
-rw-r--r--cargo2android.json2
2 files changed, 1 insertions, 46 deletions
diff --git a/Android.bp b/Android.bp
index 678c541..fb52b72 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,51 +51,6 @@ rust_binary_host {
],
}
-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