aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-23 13:49:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-23 13:49:35 +0000
commit604fe3582b3b7daaba53526ba5c7315eb7c256b9 (patch)
tree3a08754d5838b671a3b7339a6e9125c4c0801fed
parent4d9e408569bcfeb67c3cd8da1f350db98af52aa6 (diff)
parent8686ddbeee87d2859ce0d5b50ed65b14e0aa692b (diff)
downloadtextwrap-604fe3582b3b7daaba53526ba5c7315eb7c256b9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/textwrap am: 8686ddbeee
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/textwrap/+/1649598 Change-Id: Ie0b558ff5fc739fc40bf9ca2dd5ea6e6837d4cf2
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5033087..328395c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --dependencies --device --features= --patch=patches/Android.bp.patch.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_textwrap_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_textwrap_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtextwrap",
host_supported: true,