aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:01:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:01:45 +0000
commitc69e825469860c6fbc9f264623f83c3231fed9c6 (patch)
tree1bd715f4c15fc2210e843f1dbd6affb1c9488ec4
parentbdf5841c8c36cf45e3ff91ef16df3a77a4348a13 (diff)
parent3417cc0ce9e5be7748eefa3a08b1eed68406e5d7 (diff)
downloadhttparse-c69e825469860c6fbc9f264623f83c3231fed9c6.tar.gz
Snap for 10843824 from 3417cc0ce9e5be7748eefa3a08b1eed68406e5d7 to 24Q1-release
Change-Id: Ie5d890e2d32cb6d5dc2929f3147091d4d16eca92
-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 bd99829..495c044 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --tests.
+// 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..aefb658
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,5 @@
+{
+ "run": true,
+ "device": true,
+ "tests": true
+}