aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp34
1 files changed, 34 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..808c581
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,34 @@
+// 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: "librayon",
+ // has rustc warnings
+ host_supported: true,
+ crate_name: "rayon",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ flags: [
+ "--cfg step_by",
+ ],
+ rustlibs: [
+ "libcrossbeam_deque",
+ "libeither",
+ "librayon_core",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// autocfg-1.0.1
+// cfg-if-1.0.0
+// crossbeam-channel-0.5.0 "crossbeam-utils,default,std"
+// crossbeam-deque-0.8.0 "crossbeam-epoch,crossbeam-utils,default,std"
+// crossbeam-epoch-0.9.3 "alloc,lazy_static,std"
+// crossbeam-utils-0.8.3 "default,lazy_static,std"
+// either-1.6.1
+// lazy_static-1.4.0
+// libc-0.2.88 "default,std"
+// memoffset-0.6.1 "default"
+// num_cpus-1.13.0
+// rayon-core-1.9.0
+// scopeguard-1.1.0