aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-17 12:54:12 -0700
committerBob Badour <bbadour@google.com>2021-03-17 12:54:12 -0700
commit8686ddbeee87d2859ce0d5b50ed65b14e0aa692b (patch)
tree3a08754d5838b671a3b7339a6e9125c4c0801fed
parent59ca1d53d81673e491714b0846147a559fb7caa5 (diff)
downloadtextwrap-8686ddbeee87d2859ce0d5b50ed65b14e0aa692b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/textwrap
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: I870cef9234685c543eede491ca17ea05ef3cf6d5
-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,