blob: 97575eb78d6cb259a6d1e734d4038f8a37b1edff [file] [log] [blame]
Jakub Kotur97cce952020-12-22 09:58:47 +01001// This file is generated by cargo2android.py --run --device --dependencies.
2// 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",
33 srcs: ["src/lib.rs"],
34 edition: "2018",
35 rustlibs: [
36 "libcast",
37 "libitertools",
38 ],
39}
40
41// dependent_library ["feature_list"]
Joel Galensonaed7ada2021-08-09 10:27:28 -070042// cast-0.2.7 "default,std"
Jakub Kotur97cce952020-12-22 09:58:47 +010043// either-1.6.1
Joel Galensonaed7ada2021-08-09 10:27:28 -070044// itertools-0.10.1 "default,use_alloc,use_std"
45// rustc_version-0.4.0
46// semver-1.0.4 "default,std"