aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-12-15 15:28:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-15 15:28:00 +0000
commitc8d1fe0877d4327b9b1a77c26a4c0961da74dcef (patch)
tree46b87e7dd43361b48f69418dbb67239af8f2ee72
parent27b9ab0e04bac7cc1e62af72edff9039f4d5f1c1 (diff)
parent88bc242c3c8648eddf77749b9a85870922b0391c (diff)
downloadderive_arbitrary-c8d1fe0877d4327b9b1a77c26a4c0961da74dcef.tar.gz
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING8
-rw-r--r--cargo2android.json4
3 files changed, 13 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 80237a0..6ff242f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
package {
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..d6cefe5
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,8 @@
+// Generated by update_crate_tests.py for tests that depend on this crate.
+{
+ "imports": [
+ {
+ "path": "external/rust/crates/arbitrary"
+ }
+ ]
+}
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..bf78496
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,4 @@
+{
+ "device": true,
+ "run": true
+} \ No newline at end of file