summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 21:06:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 21:06:28 +0000
commite9f08cc97420b61cbbb563bbfb97d3e8522d7996 (patch)
treee50ef522dacc6cf6e3b182770d22ff9088308419
parent6fdc81f9a9ff95575d3ffd78772a2eaa9c146703 (diff)
parent3b9f86163b59ad031cfc46a117e54216b49bbccc (diff)
downloadtokio-stream-e9f08cc97420b61cbbb563bbfb97d3e8522d7996.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-stream am: 3b9f86163b
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-stream/+/1588731 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia132169a8517cea287df9b59de1f39aef682958a
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 46c372a..9061ce0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --device --run --features=time,net,io-util,fs --dependencies.
+package {
+ default_applicable_licenses: ["external_rust_crates_tokio-stream_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tokio-stream_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtokio_stream",
host_supported: true,