aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-12-06 14:41:48 -0800
committerJoel Galenson <jgalenson@google.com>2021-12-10 15:32:55 -0800
commit98c5bcec752828da9de3091c21298da23155cf6f (patch)
treeefd5508a3fe4e7e2b84a14981c7ad8d615885532
parentda02c3a835be460a4e32d6ea0a40e91217e81030 (diff)
downloadlibloading-98c5bcec752828da9de3091c21298da23155cf6f.tar.gz
Refresh Android.bp, cargo2android.json, TEST_MAPPING.
Test: None Change-Id: I80ad4e74054a797c62bc7704174a95d32046c175
-rw-r--r--TEST_MAPPING19
1 files changed, 16 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index d87563d..0f8796c 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,17 +1,30 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
+ "imports": [
+ {
+ "path": "external/rust/crates/ash"
+ },
+ {
+ "path": "external/rust/crates/libsqlite3-sys"
+ },
+ {
+ "path": "external/rust/crates/vulkano"
+ }
+ ],
"presubmit": [
{
"name": "keystore2_test"
},
{
"name": "legacykeystore_test"
- },
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "libsqlite3-sys_device_test_src_lib"
+ "name": "keystore2_test"
},
{
- "name": "libsqlite3_bindgen_test"
+ "name": "legacykeystore_test"
}
]
}