• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo_embargo.
2// Do not modify this file after the first "rust_*" or "genrule" module
3// because the changes will be overridden on upgrade.
4// Content before the first "rust_*" or "genrule" module is preserved.
5
6package {
7    default_applicable_licenses: [
8        "external_rust_crates_criterion-plot_license",
9    ],
10}
11
12// Added automatically by a large-scale-change
13//
14// large-scale-change included anything that looked like it might be a license
15// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
16//
17// Please consider removing redundant or irrelevant files from 'license_text:'.
18// See: http://go/android-license-faq
19license {
20    name: "external_rust_crates_criterion-plot_license",
21    visibility: [":__subpackages__"],
22    license_kinds: [
23        "SPDX-license-identifier-Apache-2.0",
24    ],
25    license_text: [
26        "LICENSE-APACHE",
27        "LICENSE-MIT",
28    ],
29}
30
31rust_library {
32    name: "libcriterion_plot",
33    host_supported: true,
34    crate_name: "criterion_plot",
35    cargo_env_compat: true,
36    cargo_pkg_version: "0.5.0",
37    crate_root: "src/lib.rs",
38    edition: "2018",
39    rustlibs: [
40        "libcast",
41        "libitertools",
42    ],
43    apex_available: [
44        "//apex_available:platform",
45        "//apex_available:anyapex",
46    ],
47    product_available: true,
48    vendor_available: true,
49}
50