aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:49:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:49:12 +0000
commit7e23afe5633ec010cd862ddeaecc9697781b66a0 (patch)
treee6d36ea0ceeed2f82c059f5a2b92aa57f8b625bd
parente9699bb003f4ee8ce1f4465b7902d2bd9fa5caac (diff)
parent7e0065a71fabd62dd508bb8651a57b51865996db (diff)
downloadfallible-streaming-iterator-android14-mainline-conscrypt-release.tar.gz
Snap for 10453563 from 7e0065a71fabd62dd508bb8651a57b51865996db to mainline-conscrypt-releaseaml_con_341614000aml_con_341511080aml_con_341410300aml_con_341310090aml_con_341110000android14-mainline-conscrypt-release
Change-Id: I26c715f381cb1e8fb674b5529df9149f7114f326
-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"
}
]
}