aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-17 13:02:39 -0700
committerBob Badour <bbadour@google.com>2021-03-17 13:02:39 -0700
commitf434272a5fce08eaeb3f4f1bb0ef3ce66d5537ad (patch)
treea4805891123feb924af05571be6157ec61c046e7
parent3da56e3c5b21297e3a985ac5b419272e63acec63 (diff)
downloadplotters-backend-f434272a5fce08eaeb3f4f1bb0ef3ce66d5537ad.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/plotters-backend
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: I1b30ac7cb998c7f04cac80bbf75698e5a4bda0fd
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b5f1a77..4b28758 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,25 @@
// 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_plotters-backend_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_plotters-backend_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libplotters_backend",
host_supported: true,