From bb4b47192055d06a753ea64967c5feb2d8f51a21 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 26 Feb 2021 02:23:30 -0800 Subject: [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 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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, -- cgit v1.2.3