aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:40:36 -0800
committerBob Badour <bbadour@google.com>2021-02-16 18:55:17 -0800
commit1be5d87f980082f7529a95d327e4020723c92f34 (patch)
tree1e2edced955b49d54f3cfe3b905af03b45ba0717
parentf39b365ab0c436bd6ef8326b18ae0662dc093fe7 (diff)
downloadbytes-1be5d87f980082f7529a95d327e4020723c92f34.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/bytesandroid-s-preview-1
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: I7ab2df1d90d4731d6be5f2d153af6e1d66022dc3
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dd9dd4b..e572733 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device --patch=patches/Android.bp.patch.
+package {
+ default_applicable_licenses: ["external_rust_crates_bytes_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_bytes_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libbytes",
host_supported: true,