aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-26 03:45:05 -0800
committerBob Badour <bbadour@google.com>2021-02-26 03:45:05 -0800
commit8483e6b5892f762ef73084ccbe16419d64452c00 (patch)
treec7cbe988b0a96fa0391216d9d311bba201d37564
parent647493e10df459f2e4cc4cab77918fcba6a887dc (diff)
downloadasync-stream-8483e6b5892f762ef73084ccbe16419d64452c00.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/async-stream
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: I13459d3c517bf1b2d03b3688e5ff03f79b38903f
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 09ca3df..30cd03d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device.
+package {
+ default_applicable_licenses: ["external_rust_crates_async-stream_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_async-stream_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libasync_stream",
host_supported: true,