aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-12-15 17:27:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-12-15 17:27:06 +0000
commitac778891b5f4d930c0d40d290c760e76ae6aff68 (patch)
tree8dd464dfa06f5a951dbb37f14c43780d31a609bf
parent564ec877d7dcf8864e765b3af8bacd845233a945 (diff)
parentb58431c945d2ae2719573c8263b42bea47328fa9 (diff)
downloadstructopt-ac778891b5f4d930c0d40d290c760e76ae6aff68.tar.gz
Merge "Refresh Android.bp, cargo2android.json, TEST_MAPPING." am: faeebbcc22 am: ff0fbbbe60 am: b58431c945
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/structopt/+/1912817 Change-Id: I5f78bad0b71c7911f794f385d747ce06ae8f7f1d
-rw-r--r--TEST_MAPPING17
1 files changed, 9 insertions, 8 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index d364321..8029a19 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,17 +1,18 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
+ "imports": [
+ {
+ "path": "external/rust/crates/base64"
+ }
+ ],
"presubmit": [
{
"name": "authfs_device_test_src_lib"
- },
- {
- "name": "base64_device_test_tests_decode"
- },
- {
- "name": "base64_device_test_tests_encode"
- },
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "base64_device_test_tests_helpers"
+ "name": "authfs_device_test_src_lib"
}
]
}