summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 21:22:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 21:22:29 +0000
commit040559a41ad2c547126f77ed4d494076841b4ed7 (patch)
treee50ef522dacc6cf6e3b182770d22ff9088308419
parentf58a498ebe56f5488e20145f4038f07b8ff78c60 (diff)
parente9f08cc97420b61cbbb563bbfb97d3e8522d7996 (diff)
downloadtokio-stream-040559a41ad2c547126f77ed4d494076841b4ed7.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-stream am: 3b9f86163b am: e9f08cc974
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-stream/+/1588731 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I202cc4f4806f46b30bb4a7abf59b94fa37818e5b
-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,