aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-26 02:23:30 -0800
committerBob Badour <bbadour@google.com>2021-02-26 02:23:30 -0800
commitbb4b47192055d06a753ea64967c5feb2d8f51a21 (patch)
treefddc96a34686ca7577859054dccefe722f0bfeda /Android.bp
parent800e864d68737296cf1258b8e18915dc01e64ef9 (diff)
downloadmio-bb4b47192055d06a753ea64967c5feb2d8f51a21.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: Iba63facb18edd55fde93b5ff6301fcd3873c0a86
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e108827..9fec9f1 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,