aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 02:05:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 02:05:55 +0000
commitc1e41c78ed085fe4e278036195b5beb04094560f (patch)
treeb5a4c1e3bebc9e420a0cf35ab7d96c26bed0cbfb
parentf532a77f527cfeba6eb16b3d4dc1bd0a6774717a (diff)
parent724ca91d9ea29cdf152b9c579969203590a2b073 (diff)
downloadfallible-streaming-iterator-android13-d1-s1-release.tar.gz
Change-Id: Ic341257b73802bbced18090bc9bc03a1ea6f5ff7
-rw-r--r--Android.bp24
-rw-r--r--TEST_MAPPING7
2 files changed, 6 insertions, 25 deletions
diff --git a/Android.bp b/Android.bp
index 5edfe0d..3e1e487 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,30 +39,6 @@ license {
],
}
-rust_defaults {
- name: "fallible-streaming-iterator_test_defaults",
- crate_name: "fallible_streaming_iterator",
- // has rustc warnings
- srcs: ["src/lib.rs"],
- test_suites: ["general-tests"],
- auto_gen_config: true,
- edition: "2015",
- features: ["std"],
-}
-
-rust_test_host {
- name: "fallible-streaming-iterator_host_test_src_lib",
- defaults: ["fallible-streaming-iterator_test_defaults"],
- test_options: {
- unit_test: true,
- },
-}
-
-rust_test {
- name: "fallible-streaming-iterator_device_test_src_lib",
- defaults: ["fallible-streaming-iterator_test_defaults"],
-}
-
rust_library {
name: "libfallible_streaming_iterator",
// has rustc warnings
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 9756bc6..91f37bf 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,9 +2,14 @@
{
"presubmit": [
{
- "name": "fallible-streaming-iterator_device_test_src_lib"
+ "name": "keystore2_test"
},
{
+ "name": "legacykeystore_test"
+ }
+ ],
+ "presubmit-rust": [
+ {
"name": "keystore2_test"
},
{