From 723457cb57fc26c214bae8f195b14808d3db8786 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 17 Mar 2021 13:03:05 -0700 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/criterion-plot Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ib029dc32ac1872a46079cad73018140b2d8fb596 --- Android.bp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Android.bp b/Android.bp index 05301bd..bfc1158 100644 --- a/Android.bp +++ b/Android.bp @@ -1,6 +1,31 @@ // This file is generated by cargo2android.py --run --device --dependencies. // Do not modify this file as changes will be overridden on upgrade. +package { + default_applicable_licenses: [ + "external_rust_crates_criterion-plot_license", + ], +} + +// Added automatically by a large-scale-change +// +// large-scale-change included anything that looked like it might be a license +// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc. +// +// Please consider removing redundant or irrelevant files from 'license_text:'. +// See: http://go/android-license-faq +license { + name: "external_rust_crates_criterion-plot_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "LICENSE-APACHE", + "LICENSE-MIT", + ], +} + rust_library { name: "libcriterion_plot", host_supported: true, -- cgit v1.2.3