1// This file is generated by cargo2android.py --run --device --dependencies. 2// Do not modify this file as changes will be overridden on upgrade. 3 4package { 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 23rust_library { 24 name: "libcodespan_reporting", 25 host_supported: true, 26 crate_name: "codespan_reporting", 27 srcs: ["src/lib.rs"], 28 edition: "2018", 29 rustlibs: [ 30 "libtermcolor", 31 "libunicode_width", 32 ], 33} 34 35// dependent_library ["feature_list"] 36// termcolor-1.1.2 37// unicode-width-0.1.8 "default" 38