summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 02:05:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 02:05:52 +0000
commit4a2980206ff4b5335b0811bdf21a1de93abe3a18 (patch)
treeab9eb629df900c6df3cfe845466f12b168658c83
parente9e8b6564145b940b3e24eb2ef8fa70031d671c9 (diff)
parent915d4943d64ab87636f50ee8dfc22627375146a1 (diff)
downloadder-oid-macro-android13-d1-s1-release.tar.gz
Change-Id: I9d9d6f6758cf4a7800c07ce92137d62152a7c556
-rw-r--r--TEST_MAPPING15
-rw-r--r--cargo2android.json7
2 files changed, 17 insertions, 5 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 587e8a5..c758e89 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,5 +1,10 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
+ "imports": [
+ {
+ "path": "external/rust/crates/oid-registry"
+ }
+ ],
"presubmit": [
{
"name": "libapkverify.integration_test"
@@ -9,9 +14,17 @@
},
{
"name": "microdroid_manager_test"
+ }
+ ],
+ "presubmit-rust": [
+ {
+ "name": "libapkverify.integration_test"
},
{
- "name": "oid-registry_device_test_src_lib"
+ "name": "libapkverify.test"
+ },
+ {
+ "name": "microdroid_manager_test"
}
]
}
diff --git a/cargo2android.json b/cargo2android.json
index 50bf622..bf78496 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,5 +1,4 @@
{
- "device": true,
- "run": true
-}
-
+ "device": true,
+ "run": true
+} \ No newline at end of file