aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-23 13:49:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-23 13:49:38 +0000
commit6e12cc3f1fc475268e492ae0f6c3941f635c2230 (patch)
tree45d6aad7209cf21b60af88ad59cb38f9966e9b64
parent418e386b7fca1e3ce7f92aaa73cb56edf8c749d2 (diff)
parent723457cb57fc26c214bae8f195b14808d3db8786 (diff)
downloadcriterion-plot-6e12cc3f1fc475268e492ae0f6c3941f635c2230.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/criterion-plot am: 723457cb57android-s-beta-4android-s-beta-3android-s-beta-4
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/criterion-plot/+/1649175 Change-Id: Ic9c2cc74970f136fca1883b0df482c37f1003147
-rw-r--r--Android.bp25
1 files changed, 25 insertions, 0 deletions
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,