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 16:24:46 +0100
commit4cb706314e672f90383cd16b81d385dd44eef05a (patch)
tree88af1e7fd7a9359b8c271498b23f46b7d25bd161 /Android.bp
parent7e6f3508c31f81272c9094b76f3e60aebce6c9fb (diff)
downloadcsv-core-4cb706314e672f90383cd16b81d385dd44eef05a.tar.gz
Add metadata files for csv-core.
Bug: 155309706 Change-Id: Ia7994bf0c9bc0732e20c6fa9c138d122f68bb1a0
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..506125a
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,17 @@
+// 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: "libcsv_core",
+ host_supported: true,
+ crate_name: "csv_core",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ features: ["default"],
+ rustlibs: [
+ "libmemchr",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// memchr-2.3.4