blob: 588c73a9d2a0d21e770a451a879921e1c798a837 [file] [log] [blame]
Joel Galenson6032dde2021-11-29 14:04:44 -08001// This file is generated by cargo2android.py --config cargo2android.json.
Jakub Kotur3da56e32020-12-22 09:58:48 +01002// Do not modify this file as changes will be overridden on upgrade.
3
Bob Badourf4342722021-03-17 13:02:39 -07004package {
5 default_applicable_licenses: [
6 "external_rust_crates_plotters-backend_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_plotters-backend_license",
14 visibility: [":__subpackages__"],
15 license_kinds: [
16 "SPDX-license-identifier-MIT",
17 ],
18 license_text: [
19 "LICENSE",
20 ],
21}
22
Jakub Kotur3da56e32020-12-22 09:58:48 +010023rust_library {
24 name: "libplotters_backend",
25 host_supported: true,
26 crate_name: "plotters_backend",
Joel Galenson6032dde2021-11-29 14:04:44 -080027 cargo_env_compat: true,
28 cargo_pkg_version: "0.3.2",
Jakub Kotur3da56e32020-12-22 09:58:48 +010029 srcs: ["src/lib.rs"],
30 edition: "2018",
31}