aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-11 17:03:30 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-11 17:03:30 +0000
commit064f3a280d27b62f77c88b3e77a9c7d62f4d112e (patch)
treef1a69233964d045689871685e5e1de38ec5049ef
parent2c8c24fd8397a0412ff12f72108b9edcf241126c (diff)
downloadtungstenite-064f3a280d27b62f77c88b3e77a9c7d62f4d112e.tar.gz
Add cargo2android.json
Test: cargo2android Change-Id: I7f2dc63b37822be7c079f8a4ea6e98fc386dd776
-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 f26a21d..93dfd49 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --features .
+// 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..6ca9ae9
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,5 @@
+{
+ "run": true,
+ "device": true,
+ "features": ""
+}