blob: 1223c02be34462048333a6407d4ca6cb87f550a3 [file] [log] [blame]
// This file is generated by cargo2android.py --run --device --dependencies --features os-poll,tcp,udp,uds,os-util.
rust_library {
name: "libmio",
host_supported: true,
crate_name: "mio",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
"os-poll",
"os-util",
"tcp",
"udp",
"uds",
],
rustlibs: [
"liblibc",
"liblog_rust",
],
}
// dependent_library ["feature_list"]
// cfg-if-0.1.10
// libc-0.2.80 "default,std"
// log-0.4.11 "std"