aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:17:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:17:33 +0000
commita646891db16d50d85049c5b90f76a64945aadb9d (patch)
tree1bd715f4c15fc2210e843f1dbd6affb1c9488ec4
parentfa02f270abb8fe3af10c86e3df1e59c58d4d36bc (diff)
parentb4ef21342d1aa7714ee542cf975ff64348f45a18 (diff)
downloadhttparse-a646891db16d50d85049c5b90f76a64945aadb9d.tar.gz
Snap for 10957012 from b4ef21342d1aa7714ee542cf975ff64348f45a18 to simpleperf-release
Change-Id: I99dba82d568ffc3f707f8925d0410b9c26e0e25f
-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
+}