aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-08 18:04:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-08 18:04:50 +0000
commitec8cc8c44a17b210f27c047ce15d1d943a451b6c (patch)
tree09020065a74006ab6bd3645c6a1a5c7c01e24cc1
parent53dd5274ddd98d58a8a75f9523eb41476f1db373 (diff)
parentdd5b82072623f5e7df5180029dd92c6a09db2562 (diff)
downloadrand_chacha-ec8cc8c44a17b210f27c047ce15d1d943a451b6c.tar.gz
Add Android.bp am: dd5b820726
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rand_chacha/+/1357990 Change-Id: I28eadc433cb387efe0e8430b7c5902f355851cee
-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",
+ ],
+}