aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 00:03:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 00:03:48 +0000
commitb8964ea782345769406a0cc8e80dfe70f6ac9734 (patch)
treeb5a4c1e3bebc9e420a0cf35ab7d96c26bed0cbfb
parentc9c689558eb0e2d878e1ded26737c9a12d5793a7 (diff)
parent5649bab716fa0421535de8339640483bccc4b036 (diff)
downloadfallible-streaming-iterator-b8964ea782345769406a0cc8e80dfe70f6ac9734.tar.gz
Snap for 8005954 from 5649bab716fa0421535de8339640483bccc4b036 to sdk-releaseplatform-tools-33.0.1platform-tools-33.0.0platform-tools-32.0.0
Change-Id: I4bf72f23e8518ace8f0c2882a130788ca27082a0
-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"
},
{