aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-08 15:47:40 +0000
committerAndrew Walbran <qwandor@google.com>2023-11-08 15:47:40 +0000
commit468b125653c40616795175f1ed2142726c9d913a (patch)
tree8088db5c597142c9cdf1c1d1dae33168ae863277
parentb14928db93adddb51d406f5cd45dd30d6a9c2600 (diff)
downloadepoll-468b125653c40616795175f1ed2142726c9d913a.tar.gz
Add cargo2android.json.
Test: Ran cargo2android.py Change-Id: I39e1cfed8e3265be49cc3bb213847517f39175db
-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 e970f5a..bcdf547 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