aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-17 13:03:29 -0700
committerBob Badour <bbadour@google.com>2021-03-17 13:03:29 -0700
commit49c8159ffaad0e6d694080a842cb941dc34c2035 (patch)
tree5921e843828ae14836e1bf1df76f36ee7c33da68
parent25a4bcddc662fe02d4a95aa81e59db1e96186d0a (diff)
downloadplotters-49c8159ffaad0e6d694080a842cb941dc34c2035.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/plotters
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I64a1b28e5b4af88e9266a7e313cb92fd96b0b43a
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d3e2462..beb8cf0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --device --dependencies --features=svg,area_series,line_series.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_plotters_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_plotters_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libplotters",
host_supported: true,