summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:44:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:44:55 +0000
commit3f9559da4fdb0d5c150d2ab6e5b0ef5e54798219 (patch)
tree1890a4f03521acefea9305e30b98cd41116549d1
parent690b0e7c80fd14839381c81514dc4cce2db81f94 (diff)
parentde810465feb79a4c0b2bb9037bcf4fe8a4efb5eb (diff)
downloadproc-macro-error-attr-android14-mainline-appsearch-release.tar.gz
Snap for 10453563 from de810465feb79a4c0b2bb9037bcf4fe8a4efb5eb to mainline-appsearch-releaseaml_ase_341510000aml_ase_341410000aml_ase_341310010aml_ase_341113000aml_ase_340913000android14-mainline-appsearch-release
Change-Id: Ifb0ea9a62d54beee1883d3df56a88f0bdd857b9a
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING39
2 files changed, 33 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index 010a3be..208932d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,4 +51,6 @@ rust_proc_macro {
"libquote",
],
compile_multilib: "first",
+ product_available: true,
+ vendor_available: true,
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 8029a19..e9aa65e 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,16 +3,39 @@
"imports": [
{
"path": "external/rust/crates/base64"
- }
- ],
- "presubmit": [
+ },
{
- "name": "authfs_device_test_src_lib"
- }
- ],
- "presubmit-rust": [
+ "path": "external/rust/crates/libsqlite3-sys"
+ },
+ {
+ "path": "packages/modules/Virtualization/apkdmverity"
+ },
+ {
+ "path": "packages/modules/Virtualization/authfs"
+ },
+ {
+ "path": "packages/modules/Virtualization/avmd"
+ },
+ {
+ "path": "packages/modules/Virtualization/encryptedstore"
+ },
+ {
+ "path": "packages/modules/Virtualization/virtualizationmanager"
+ },
+ {
+ "path": "packages/modules/Virtualization/vm"
+ },
+ {
+ "path": "packages/modules/Virtualization/zipfuse"
+ },
+ {
+ "path": "system/security/diced"
+ },
+ {
+ "path": "system/security/keystore2"
+ },
{
- "name": "authfs_device_test_src_lib"
+ "path": "system/security/keystore2/legacykeystore"
}
]
}