summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-12-02 07:59:49 -0800
committerJoel Galenson <jgalenson@google.com>2021-12-02 07:59:49 -0800
commit2acb5b0bd14b96b637ed7701ca3c9eff6c2d6a0f (patch)
treed026d216bb5dd8d6673a7ad3fdc0c69058cf81ab
parentb4204936d1d99910ca4a98a20c878e4be5398a32 (diff)
downloadgrpcio-compiler-2acb5b0bd14b96b637ed7701ca3c9eff6c2d6a0f.tar.gz
Refresh Android.bp, cargo2android.json, TEST_MAPPING.
Test: None Change-Id: I706482452948ab4485fe5fdfbc5749f0d977f912
-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