aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-23 15:53:19 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-23 15:53:19 +0000
commite50d17c187bf55e30ac9a8f6bb3664dab293f4be (patch)
treea4805891123feb924af05571be6157ec61c046e7
parentf653161e9c59c60df495ce5c3c804d74b59541ec (diff)
parent18c52be81662bf4ac6e9923940fa5e38ab188803 (diff)
downloadplotters-backend-e50d17c187bf55e30ac9a8f6bb3664dab293f4be.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/plotters-backend am: f434272a5f am: 4d07a0dd13 am: 776bd86261 am: 18c52be816
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/plotters-backend/+/1649774 Change-Id: I61269c35144bf1f81c827a944c4c5a8b33b50f9b
-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,