aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-01-31 20:59:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-01-31 20:59:29 +0000
commitf367c01799f889121b9f1f99d88fcf21af7fcdd1 (patch)
treee35e3183e47bdf4d1ac8c77f53f6c3e576e9aa81
parent5cdbccfe34c6bfe20e9cae6d2f594f6e25483232 (diff)
parent80cf9b6bf445700bc1abc0ee9fb9ff01e97a275b (diff)
downloadscopeguard-f367c01799f889121b9f1f99d88fcf21af7fcdd1.tar.gz
Update TEST_MAPPING am: 4ef8926112 am: 80cf9b6bf4
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/scopeguard/+/2411655 Change-Id: I34a492d8970a30927f55310bc3bb0c16c040f262 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--TEST_MAPPING28
1 files changed, 17 insertions, 11 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index af52a19..26eebef 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -11,6 +11,9 @@
"path": "external/rust/crates/crossbeam-epoch"
},
{
+ "path": "external/rust/crates/hashbrown"
+ },
+ {
"path": "external/rust/crates/tinytemplate"
},
{
@@ -21,27 +24,30 @@
},
{
"path": "external/rust/crates/vulkano"
- }
- ],
- "presubmit": [
+ },
+ {
+ "path": "packages/modules/Virtualization/apkdmverity"
+ },
+ {
+ "path": "packages/modules/Virtualization/libs/capabilities"
+ },
{
- "name": "ZipFuseTest"
+ "path": "packages/modules/Virtualization/libs/devicemapper"
},
{
- "name": "apkdmverity.test"
+ "path": "packages/modules/Virtualization/microdroid_manager"
},
{
+ "path": "packages/modules/Virtualization/zipfuse"
+ }
+ ],
+ "presubmit": [
+ {
"name": "scopeguard_test_src_lib"
}
],
"presubmit-rust": [
{
- "name": "ZipFuseTest"
- },
- {
- "name": "apkdmverity.test"
- },
- {
"name": "scopeguard_test_src_lib"
}
]