aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-08 15:51:54 +0000
committerAndrew Walbran <qwandor@google.com>2023-11-08 15:51:54 +0000
commit73efe8f167127a896b780a50f0e282e54f1555b8 (patch)
treea58c64b5f08875396c4a5e0c06c22836cdd16da3
parent35cf018999b810ba540c9a41d105409ba3ea1625 (diff)
downloadwinnow-73efe8f167127a896b780a50f0e282e54f1555b8.tar.gz
Add cargo2android.json.
Test: Ran cargo2android.py Change-Id: I1e7427bfe6c8949d3566ca0ebb4684416d0177a4
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index ca2f720..7db6122 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run.
+// 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..958632b
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,3 @@
+{
+ "run": true
+} \ No newline at end of file