aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 18:53:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 18:53:11 +0000
commit8ba2d26f345af7d6536350abb7bd3b28bf99fc1c (patch)
tree1e2edced955b49d54f3cfe3b905af03b45ba0717
parent498df2fb6e8b8bbed558ed4086d954c473cc1f64 (diff)
parent4d364f46d593c50af81c99b6c483f17a4e2a60fe (diff)
downloadbytes-8ba2d26f345af7d6536350abb7bd3b28bf99fc1c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/bytes am: 1be5d87f98 am: 988fac033c am: 4d364f46d5
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/bytes/+/1588794 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5a92422eac83d15e6b43235b19080959990b11e2
-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,