aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:06:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:06:53 +0000
commitb81163b3ea42c8a5f63ac1e51607b7005d84a9c4 (patch)
treee6d36ea0ceeed2f82c059f5a2b92aa57f8b625bd
parentdda5caf536751046d3d0cfd75b7f35a31d7e86e6 (diff)
parent7e0065a71fabd62dd508bb8651a57b51865996db (diff)
downloadfallible-streaming-iterator-b81163b3ea42c8a5f63ac1e51607b7005d84a9c4.tar.gz
Change-Id: Idda26c77e91d8903cffc832536c960c5c6f91c86
-rw-r--r--Android.bp6
-rw-r--r--TEST_MAPPING14
2 files changed, 9 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index 3e1e487..d9679a9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,4 +49,10 @@ rust_library {
srcs: ["src/lib.rs"],
edition: "2015",
features: ["std"],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 91f37bf..5953440 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,19 +1,11 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
+ "imports": [
{
- "name": "keystore2_test"
+ "path": "system/security/keystore2"
},
{
- "name": "legacykeystore_test"
- }
- ],
- "presubmit-rust": [
- {
- "name": "keystore2_test"
- },
- {
- "name": "legacykeystore_test"
+ "path": "system/security/keystore2/legacykeystore"
}
]
}