blob: af926c4332e3c92eb673c2743ccaf43c27eb3813 [file] [log] [blame]
// This file is generated by cargo2android.py --device --run --dependencies.
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",
],
}
// dependent_library ["feature_list"]
// ppv-lite86-0.2.8 "simd,std"
// rand_core-0.5.1