You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
812 B

// This file is generated by cargo2android.py --run --device --dependencies.
package {
default_applicable_licenses: ["external_rust_crates_vsock_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "external_rust_crates_vsock_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"LICENSE",
],
}
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