aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
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..907b6b0
--- /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: "libregex_automata",
+ // has rustc warnings
+ host_supported: true,
+ crate_name: "regex_automata",
+ srcs: ["src/lib.rs"],
+ edition: "2015",
+ features: [
+ "default",
+ "regex-syntax",
+ "std",
+ ],
+ flags: [
+ "-C debug-assertions=on",
+ "-C opt-level=3",
+ ],
+ rustlibs: [
+ "libbyteorder",
+ "libregex_syntax",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// byteorder-1.4.2
+// regex-syntax-0.6.22 "default,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment"