aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 07:12:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 07:12:51 +0000
commita783bd439c3093ffb8c7216b6f7277a0e4fb41c2 (patch)
treee6d36ea0ceeed2f82c059f5a2b92aa57f8b625bd
parent724ca91d9ea29cdf152b9c579969203590a2b073 (diff)
parent7e0065a71fabd62dd508bb8651a57b51865996db (diff)
downloadfallible-streaming-iterator-aml_odp_341610000.tar.gz
Snap for 10453938 from 7e0065a71fabd62dd508bb8651a57b51865996db to mainline-odp-releaseaml_odp_341717000aml_odp_341610000
Change-Id: Iafef7ffad5044ffdeae2094102792f7379e05dfa
-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"
}
]
}