aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-11 17:03:27 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-11 17:03:27 +0000
commit7b09f6b383e973789aa94b9ca4e9376724b58273 (patch)
tree169fde7d38476d4278d3a6cd6a128c3381ceb810
parent17488f02c0ee6be8bd8f6ad53b0770af74f000f1 (diff)
downloadhttp-7b09f6b383e973789aa94b9ca4e9376724b58273.tar.gz
Add cargo2android.json
Test: cargo2android Change-Id: I8ecf2482f5ee199ff47326ab892c70e0344b4ee3
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 7d5267c..bb2d0a3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device.
+// 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..fe43c3f
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,4 @@
+{
+ "run": true,
+ "device": true
+}