aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:17:07 -0800
committerBob Badour <bbadour@google.com>2021-02-13 15:01:39 -0800
commit6ffa1388f460307c1165faee7cbe1071245c9b3f (patch)
tree08e7940e0a0f07c240a1774c9ed305b1470a91d8
parent0cb7a8f3130da47c8cd0ff5c6a035aa1f2b9e676 (diff)
downloadmio-6ffa1388f460307c1165faee7cbe1071245c9b3f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/mio
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: I337e63d882553abf35813cb012bd236d75dd07fb
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6cc4e23..a904b23 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --dependencies --features os-poll,tcp,udp,uds,os-util --patch=patches/Android.bp.patch.
+package {
+ default_applicable_licenses: ["external_rust_crates_mio_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_mio_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libmio",
host_supported: true,