aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-11 17:03:26 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-11 17:03:26 +0000
commit60ba3b4adc36358040a564ccdb38fc99a79050e3 (patch)
tree5a48e654352237d2777c4e25c44e568f577393a0
parent7d66152d5e194bb9d91c85a554ad8db051a385f3 (diff)
downloaddata-encoding-60ba3b4adc36358040a564ccdb38fc99a79050e3.tar.gz
Add cargo2android.json
Test: cargo2android Change-Id: Ied2b3371370bab1cad08faf9fcf4b59366607868
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json5
2 files changed, 6 insertions, 1 deletions
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
+}