blob: e18e9eea6f51c9db2bf0dc7b2b50c16934281d0d [file] [log] [blame]
Joel Galenson6ec57562021-12-02 08:15:02 -08001// This file is generated by cargo2android.py --config cargo2android.json.
Joel Galensona66c7cb2021-04-01 15:23:05 -07002// Do not modify this file as changes will be overridden on upgrade.
Matthew Maurerbeb43c02020-06-10 12:49:41 -07003
Bob Badour298ab662021-02-12 19:52:55 -08004package {
5 default_applicable_licenses: [
6 "external_rust_crates_codespan-reporting_license",
7 ],
8}
9
10// Added automatically by a large-scale-change
11// See: http://go/android-license-faq
12license {
13 name: "external_rust_crates_codespan-reporting_license",
14 visibility: [":__subpackages__"],
15 license_kinds: [
16 "SPDX-license-identifier-Apache-2.0",
17 ],
18 license_text: [
19 "LICENSE",
20 ],
21}
22
Matthew Maurerbeb43c02020-06-10 12:49:41 -070023rust_library {
24 name: "libcodespan_reporting",
25 host_supported: true,
26 crate_name: "codespan_reporting",
Joel Galenson6ec57562021-12-02 08:15:02 -080027 cargo_env_compat: true,
28 cargo_pkg_version: "0.11.1",
Matthew Maurerbeb43c02020-06-10 12:49:41 -070029 srcs: ["src/lib.rs"],
30 edition: "2018",
31 rustlibs: [
32 "libtermcolor",
33 "libunicode_width",
34 ],
35}