summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-11 17:03:28 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-11 17:03:28 +0000
commit72632ec041fbef37e5ecc2cec235c5b926f601f2 (patch)
tree3243f8479e1c0decd65d789403aa9ce11b67e001
parentbaadf9bc8f8ed0b3328254e1fca142b399acc531 (diff)
downloadpathdiff-72632ec041fbef37e5ecc2cec235c5b926f601f2.tar.gz
Add cargo2android.json
Test: cargo2android Change-Id: I81c96469c4fec1117f40ae7d9a3853a896942474
-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 8d63fbb..667cb6c 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..1be49f0
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,3 @@
+{
+ "run": true
+}