aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-11-29 14:03:12 -0800
committerJoel Galenson <jgalenson@google.com>2021-12-10 15:32:28 -0800
commitbdd3a84703f0b3451619c23d648dd79cfce03027 (patch)
tree45b9583a7abf0e76ea90a4321713dc2f1d78d9bc
parent83550cdf1583875fbfc0007dfde09becd459649c (diff)
downloadbyteorder-bdd3a84703f0b3451619c23d648dd79cfce03027.tar.gz
Refresh Android.bp, cargo2android.json, TEST_MAPPING.
Test: None Change-Id: I621ea01912b11dae139bf7d8f0e37f09986c0810
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING23
-rw-r--r--cargo2android.json2
3 files changed, 26 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 33ab447..4412e92 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,6 +42,8 @@ rust_library {
name: "libbyteorder",
host_supported: true,
crate_name: "byteorder",
+ cargo_env_compat: true,
+ cargo_pkg_version: "1.4.3",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 306a2fb..2868693 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -22,5 +22,28 @@
{
"name": "virtualizationservice_device_test"
}
+ ],
+ "presubmit-rust": [
+ {
+ "name": "ZipFuseTest"
+ },
+ {
+ "name": "apkdmverity.test"
+ },
+ {
+ "name": "libapkverify.integration_test"
+ },
+ {
+ "name": "libapkverify.test"
+ },
+ {
+ "name": "libidsig.test"
+ },
+ {
+ "name": "microdroid_manager_test"
+ },
+ {
+ "name": "virtualizationservice_device_test"
+ }
]
}
diff --git a/cargo2android.json b/cargo2android.json
index 5c18d15..42b7833 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -6,4 +6,4 @@
"dependencies": true,
"device": true,
"run": true
-}
+} \ No newline at end of file