// This file is generated by cargo2android.py --run --device --dependencies. | |
rust_library { | |
name: "libvsock", | |
host_supported: true, | |
crate_name: "vsock", | |
srcs: ["src/lib.rs"], | |
edition: "2018", | |
rustlibs: [ | |
"liblibc", | |
"libnix", | |
], | |
} | |
// dependent_library ["feature_list"] | |
// bitflags-1.2.1 "default" | |
// cfg-if-1.0.0 | |
// libc-0.2.86 "default,extra_traits,std" | |
// nix-0.19.1 |