aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:45:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:45:24 +0000
commite073185b36aa54cf9613a603e54716d54a3cd341 (patch)
treef7c7d4823a905b00d14ee39cb4477f5c16d85d12
parent6c8c682ec6b6207194f3c58612940eb8d0422fdd (diff)
parent9f75ba564a0c034fbca99ff528c504da6bd76233 (diff)
downloadshlex-android14-mainline-appsearch-release.tar.gz
Snap for 10453563 from 9f75ba564a0c034fbca99ff528c504da6bd76233 to mainline-appsearch-releaseaml_ase_341510000aml_ase_341410000aml_ase_341310010aml_ase_341113000aml_ase_340913000android14-mainline-appsearch-release
Change-Id: Ic4e1b385d228acca39568855761a3eb693d085e5
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING14
2 files changed, 4 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index 1daa7a9..0a4f7bf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,6 +49,8 @@ rust_library_host {
"default",
"std",
],
+ product_available: true,
+ vendor_available: true,
}
rust_test_host {
diff --git a/TEST_MAPPING b/TEST_MAPPING
index e4ec3b3..23bbdf9 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,22 +3,12 @@
"imports": [
{
"path": "external/rust/crates/libsqlite3-sys"
- }
- ],
- "presubmit": [
- {
- "name": "keystore2_test"
},
{
- "name": "legacykeystore_test"
- }
- ],
- "presubmit-rust": [
- {
- "name": "keystore2_test"
+ "path": "system/security/keystore2"
},
{
- "name": "legacykeystore_test"
+ "path": "system/security/keystore2/legacykeystore"
}
]
}