blob: 0ea8c14f381e203f109858656c5f5fab8f2cf4cb [file] [log] [blame]
// This file is generated by cargo2android.py --device --run --dependencies.
rust_library {
name: "librand",
host_supported: true,
crate_name: "rand",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
"alloc",
"default",
"getrandom",
"getrandom_package",
"libc",
"std",
],
rustlibs: [
"libgetrandom",
"liblibc",
"librand_chacha",
"librand_core",
],
}
// dependent_library ["feature_list"]
// cfg-if-0.1.10
// getrandom-0.1.14 "std"
// libc-0.2.72
// ppv-lite86-0.2.8 "simd,std"
// rand_chacha-0.2.2 "std"
// rand_core-0.5.1 "alloc,getrandom,std"