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.
32 lines
689 B
32 lines
689 B
// This file is generated by cargo2android.py --run --dependencies.
|
|
|
|
package {
|
|
default_applicable_licenses: ["external_rust_crates_libloading_license"],
|
|
}
|
|
|
|
// Added automatically by a large-scale-change
|
|
// See: http://go/android-license-faq
|
|
license {
|
|
name: "external_rust_crates_libloading_license",
|
|
visibility: [":__subpackages__"],
|
|
license_kinds: [
|
|
"SPDX-license-identifier-ISC",
|
|
],
|
|
license_text: [
|
|
"LICENSE",
|
|
],
|
|
}
|
|
|
|
rust_library_host {
|
|
name: "liblibloading",
|
|
crate_name: "libloading",
|
|
srcs: ["src/lib.rs"],
|
|
edition: "2015",
|
|
rustlibs: [
|
|
"libcfg_if",
|
|
],
|
|
}
|
|
|
|
// dependent_library ["feature_list"]
|
|
// cfg-if-1.0.0
|