blob: de3651a2d37cb80871f6ef53d9f8b3ff79ae0972 [file] [log] [blame]
Joel Galensona73fc522021-11-29 14:03:24 -08001// This file is generated by cargo2android.py --config cargo2android.json.
Jakub Kotur97cce952020-12-22 09:58:47 +01002// Do not modify this file as changes will be overridden on upgrade.
3
Bob Badour723457c2021-03-17 13:03:05 -07004package {
5 default_applicable_licenses: [
6 "external_rust_crates_criterion-plot_license",
7 ],
8}
9
10// Added automatically by a large-scale-change
11//
12// large-scale-change included anything that looked like it might be a license
13// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
14//
15// Please consider removing redundant or irrelevant files from 'license_text:'.
16// See: http://go/android-license-faq
17license {
18 name: "external_rust_crates_criterion-plot_license",
19 visibility: [":__subpackages__"],
20 license_kinds: [
21 "SPDX-license-identifier-Apache-2.0",
22 ],
23 license_text: [
24 "LICENSE-APACHE",
25 "LICENSE-MIT",
26 ],
27}
28
Jakub Kotur97cce952020-12-22 09:58:47 +010029rust_library {
30 name: "libcriterion_plot",
31 host_supported: true,
32 crate_name: "criterion_plot",
Joel Galensona73fc522021-11-29 14:03:24 -080033 cargo_env_compat: true,
34 cargo_pkg_version: "0.4.4",
Jakub Kotur97cce952020-12-22 09:58:47 +010035 srcs: ["src/lib.rs"],
36 edition: "2018",
37 rustlibs: [
38 "libcast",
39 "libitertools",
40 ],
41}