blob: da4300ed9a8182b3ab6515ab75c551e0cc9d62a6 [file] [log] [blame]
Joel Galensonc796dc02021-11-29 14:04:06 -08001// This file is generated by cargo2android.py --config cargo2android.json.
Jiyong Parkd7178e82021-06-22 16:47:17 +09002// Do not modify this file as changes will be overridden on upgrade.
3
Bob Badour18acd4f2021-06-29 13:15:37 -07004package {
5 default_applicable_licenses: ["external_rust_crates_kernlog_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11 name: "external_rust_crates_kernlog_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-MIT",
15 ],
16 license_text: [
17 "LICENSE",
18 ],
19}
20
Jiyong Parkd7178e82021-06-22 16:47:17 +090021rust_library {
22 name: "libkernlog",
23 // has rustc warnings
24 host_supported: true,
25 crate_name: "kernlog",
Joel Galensonc796dc02021-11-29 14:04:06 -080026 cargo_env_compat: true,
27 cargo_pkg_version: "0.3.1",
Jiyong Parkd7178e82021-06-22 16:47:17 +090028 srcs: ["src/lib.rs"],
29 edition: "2018",
30 rustlibs: [
31 "liblibc",
32 "liblog_rust",
33 ],
34}