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.
51 lines
1.1 KiB
51 lines
1.1 KiB
// This file is generated by cargo2android.py --config cargo2android.json.
|
|
// Do not modify this file as changes will be overridden on upgrade.
|
|
|
|
package {
|
|
default_applicable_licenses: ["external_rust_crates_mio_license"],
|
|
}
|
|
|
|
// Added automatically by a large-scale-change
|
|
// See: http://go/android-license-faq
|
|
license {
|
|
name: "external_rust_crates_mio_license",
|
|
visibility: [":__subpackages__"],
|
|
license_kinds: [
|
|
"SPDX-license-identifier-MIT",
|
|
],
|
|
license_text: [
|
|
"LICENSE",
|
|
],
|
|
}
|
|
|
|
rust_library {
|
|
name: "libmio",
|
|
host_supported: true,
|
|
crate_name: "mio",
|
|
srcs: ["src/lib.rs"],
|
|
edition: "2018",
|
|
features: [
|
|
"net",
|
|
"os-ext",
|
|
"os-poll",
|
|
"os-util",
|
|
"tcp",
|
|
"udp",
|
|
"uds",
|
|
],
|
|
rustlibs: [
|
|
"liblibc",
|
|
"liblog_rust",
|
|
],
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.resolv",
|
|
],
|
|
min_sdk_version: "29",
|
|
}
|
|
|
|
// dependent_library ["feature_list"]
|
|
// cfg-if-1.0.0
|
|
// libc-0.2.94 "default,std"
|
|
// log-0.4.14 "std"
|