aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-15 19:17:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-15 19:17:48 +0000
commit4bcc566610438ab342bbf84d6258e470c2be97e6 (patch)
tree1bd715f4c15fc2210e843f1dbd6affb1c9488ec4
parentf2e535b6999aad4a3d65480ba19ba736f0757efd (diff)
parent723f6fde0b942d16ee04692e13c1ad6bfff17dc2 (diff)
downloadhttparse-4bcc566610438ab342bbf84d6258e470c2be97e6.tar.gz
Snap for 10816504 from 723f6fde0b942d16ee04692e13c1ad6bfff17dc2 to emu-34-release
Change-Id: I515c1276510be8d0802e028d309905f801163440
-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
+}