Add cargo2android.json am: 60ba3b4adc am: 21b33912ce am: ec64861b22 am: 3417ccecb1

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/data-encoding/+/2747633

Change-Id: I6db585e811123c7c99bccc8983270104f816fd1d
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index 970e754..55445f4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --tests.
+// This file is generated by cargo2android.py --config cargo2android.json.
 // Do not modify this file as changes will be overridden on upgrade.
 
 
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..aefb658
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,5 @@
+{
+  "run": true,
+  "device": true,
+  "tests": true
+}