aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-07 13:41:04 -0700
committerJoel Galenson <jgalenson@google.com>2020-07-07 13:41:04 -0700
commitdd5b82072623f5e7df5180029dd92c6a09db2562 (patch)
tree09020065a74006ab6bd3645c6a1a5c7c01e24cc1 /Android.bp
parent0fa126bf077c9915e114f9299861219697a857b8 (diff)
downloadrand_chacha-dd5b82072623f5e7df5180029dd92c6a09db2562.tar.gz
Add Android.bp
Change-Id: Ie582f2481bf07eb1d3dd92df14ae42dad23fc981
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp18
1 files changed, 18 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..e6346b3
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,18 @@
+// This file is generated by cargo2android.py --device --run.
+
+rust_library {
+ name: "librand_chacha",
+ host_supported: true,
+ crate_name: "rand_chacha",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ features: [
+ "default",
+ "simd",
+ "std",
+ ],
+ rustlibs: [
+ "libppv_lite86",
+ "librand_core",
+ ],
+}