blob: 448a41d72a6e0f4d203276695d0a3a5b47c44f5d [file] [log] [blame]
// This file is generated by cargo2android.py --device --run.
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",
],
}