aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:38 +0000
commitfc242719fbd3f8252a5ea3b8fc0a05c87d38c2fc (patch)
treee6d36ea0ceeed2f82c059f5a2b92aa57f8b625bd
parente605c09e898698a93800a7d6d2e01a4551e72c37 (diff)
parent7e0065a71fabd62dd508bb8651a57b51865996db (diff)
downloadfallible-streaming-iterator-aml_med_341619000.tar.gz
Change-Id: Ib73bacbc4495d723bbd2c0f926b07f864d956d90
-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"
}
]
}