aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:01:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:01:44 +0000
commited9c985b90f87c484d8f7da5c26f4504a88adfa9 (patch)
tree169fde7d38476d4278d3a6cd6a128c3381ceb810
parent17278b367d4674a54d592ab27fd10c6d1f447448 (diff)
parent597e7eeb1b6952ad1cd84264c899d15009608286 (diff)
downloadhttp-ed9c985b90f87c484d8f7da5c26f4504a88adfa9.tar.gz
Snap for 10843824 from 597e7eeb1b6952ad1cd84264c899d15009608286 to 24Q1-release
Change-Id: I588fc4d7f803df9ac2ddffc9ad78163c04473627
-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
+}