aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-01-31 22:10:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-01-31 22:10:33 +0000
commitedc2c47390fd186bb75a9d3d25e8cb347a52a607 (patch)
treee35e3183e47bdf4d1ac8c77f53f6c3e576e9aa81
parent335806809fc749a5ce786c31d7fe6e14fddf3e9e (diff)
parentf367c01799f889121b9f1f99d88fcf21af7fcdd1 (diff)
downloadscopeguard-edc2c47390fd186bb75a9d3d25e8cb347a52a607.tar.gz
Update TEST_MAPPING am: 4ef8926112 am: 80cf9b6bf4 am: f367c01799
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/scopeguard/+/2411655 Change-Id: I711480dc5362bd4351927ca795ec3286e6ac5448 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"
}
]