aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-11-29 14:03:33 -0800
committerJoel Galenson <jgalenson@google.com>2021-12-10 15:32:38 -0800
commitac05fd02486d5275193a4041f0ff74361249e68b (patch)
tree817299803f927c14835b0b72746d512deb08dc87
parentbb3ba3621595ddacd4e4efe0bca88d5ffd0a907d (diff)
downloadder-parser-ac05fd02486d5275193a4041f0ff74361249e68b.tar.gz
Refresh Android.bp, cargo2android.json, TEST_MAPPING.
Test: None Change-Id: I182a5fe76749553ddbff111480cdeb87501a444f
-rw-r--r--TEST_MAPPING15
-rw-r--r--cargo2android.json9
2 files changed, 18 insertions, 6 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 1a78574..95d3b34 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,6 +1,5 @@
{
- "device": true,
- "features": "bigint,std",
- "run": true
-}
-
+ "device": true,
+ "features": "bigint,std",
+ "run": true
+} \ No newline at end of file