aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Vander Stoep <jeffv@google.com>2021-10-29 13:31:53 +0000
committerJeffrey Vander Stoep <jeffv@google.com>2021-10-29 13:31:53 +0000
commit229fdf0f2eddcaf2c716891e06e40396913dc42c (patch)
tree0c47f4da71e60da15b3cb29eb3ac9b5407de1a9d
parent814e79a85b522f0f014753090133a50483ed50cf (diff)
downloadgrpcio-229fdf0f2eddcaf2c716891e06e40396913dc42c.tar.gz
Revert "Enable tests"
This reverts commit 814e79a85b522f0f014753090133a50483ed50cf. Reason for revert: b/204538347 Change-Id: I1fc62a9208ba84043a1f27ce20c2ff1c0f4a908a
-rw-r--r--Android.bp38
-rw-r--r--TEST_MAPPING8
2 files changed, 1 insertions, 45 deletions
diff --git a/Android.bp b/Android.bp
index 3f0f027..f532453 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --features=protobuf,protobuf-codec --tests.
+// This file is generated by cargo2android.py --run --device --features=protobuf,protobuf-codec.
// Do not modify this file as changes will be overridden on upgrade.
package {
@@ -18,42 +18,6 @@ license {
],
}
-rust_defaults {
- name: "grpcio_test_defaults",
- crate_name: "grpcio",
- srcs: ["src/lib.rs"],
- cargo_env_compat: true,
- cargo_pkg_version: "0.9.1",
- test_suites: ["general-tests"],
- auto_gen_config: true,
- edition: "2018",
- features: [
- "protobuf",
- "protobuf-codec",
- ],
- rustlibs: [
- "libfutures",
- "libgrpcio_sys",
- "liblibc",
- "liblog_rust",
- "libparking_lot",
- "libprotobuf",
- ],
-}
-
-rust_test_host {
- name: "grpcio_host_test_src_lib",
- defaults: ["grpcio_test_defaults"],
- test_options: {
- unit_test: true,
- },
-}
-
-rust_test {
- name: "grpcio_device_test_src_lib",
- defaults: ["grpcio_test_defaults"],
-}
-
rust_library {
name: "libgrpcio",
host_supported: true,
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 2784e7f..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{
- "presubmit": [
- {
- "name": "grpcio_device_test_src_lib"
- }
- ]
-}