1// This file is generated by cargo2android.py --config cargo2android.json. 2// Do not modify this file as changes will be overridden on upgrade. 3 4package { 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 29rust_library { 30 name: "libcriterion_plot", 31 host_supported: true, 32 crate_name: "criterion_plot", 33 cargo_env_compat: true, 34 cargo_pkg_version: "0.5.0", 35 srcs: ["src/lib.rs"], 36 edition: "2018", 37 rustlibs: [ 38 "libcast", 39 "libitertools", 40 ], 41 apex_available: [ 42 "//apex_available:platform", 43 "//apex_available:anyapex", 44 ], 45 product_available: true, 46 vendor_available: true, 47} 48