27 lines
618 B
27 lines
618 B
// This file is generated by cargo2android.py --device --run --dependencies.
|
|
|
|
package {
|
|
default_applicable_licenses: ["external_rust_crates_weak-table_license"],
|
|
}
|
|
|
|
// Added automatically by a large-scale-change
|
|
// See: http://go/android-license-faq
|
|
license {
|
|
name: "external_rust_crates_weak-table_license",
|
|
visibility: [":__subpackages__"],
|
|
license_kinds: [
|
|
"SPDX-license-identifier-MIT",
|
|
],
|
|
license_text: [
|
|
"LICENSE",
|
|
],
|
|
}
|
|
|
|
rust_library {
|
|
name: "libweak_table",
|
|
host_supported: true,
|
|
crate_name: "weak_table",
|
|
srcs: ["src/lib.rs"],
|
|
edition: "2018",
|
|
}
|