aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2020-12-22 09:58:47 +0100
committerJakub Kotur <qtr@google.com>2021-03-05 14:57:15 +0100
commite1d57f377b9ef6a671f5aefd4873091479387389 (patch)
treebef1c51fa92706b0888a8d78c40c9927b2b6f971 /Android.bp
parentdd59cf911d21e566a33af399b71d59f7392cae29 (diff)
downloadbstr-e1d57f377b9ef6a671f5aefd4873091479387389.tar.gz
Add metadata files for bstr.
Bug: 155309706 Change-Id: Id84dfe05b69e15a404c98013a48f2c53b63ba80e
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp28
1 files changed, 28 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..37a7182
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,28 @@
+// This file is generated by cargo2android.py --run --device --dependencies.
+// Do not modify this file as changes will be overridden on upgrade.
+
+rust_library {
+ name: "libbstr",
+ host_supported: true,
+ crate_name: "bstr",
+ srcs: ["src/lib.rs"],
+ edition: "2015",
+ features: [
+ "default",
+ "lazy_static",
+ "regex-automata",
+ "std",
+ "unicode",
+ ],
+ rustlibs: [
+ "liblazy_static",
+ "libmemchr",
+ "libregex_automata",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// byteorder-1.4.2
+// lazy_static-1.4.0
+// memchr-2.3.4 "std,use_std"
+// regex-automata-0.1.9