aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-12-06 14:56:41 -0800
committerJoel Galenson <jgalenson@google.com>2021-12-10 15:33:31 -0800
commit2e6ea1b94b36e761dedc553b9f9a939ab6f74b01 (patch)
tree8dd464dfa06f5a951dbb37f14c43780d31a609bf
parent40524edf479ab9757bf4df64b1f39121313c0653 (diff)
downloadstructopt-2e6ea1b94b36e761dedc553b9f9a939ab6f74b01.tar.gz
Refresh Android.bp, cargo2android.json, TEST_MAPPING.
Test: None Change-Id: I83acf96011a3a0ff429d53c754b4105437b2627f
-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"
}
]
}