From 6d6168c53945cff8f452167c3d00331425872211 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 20 Aug 2021 17:18:10 -0700 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/combine 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: I66549fb97c31493424dbc95d7a3e837289bfc408 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Android.bp b/Android.bp index 63370dd..04f06c3 100644 --- a/Android.bp +++ b/Android.bp @@ -3,6 +3,23 @@ +package { + default_applicable_licenses: ["external_rust_crates_combine_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_rust_crates_combine_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-MIT", + ], + license_text: [ + "LICENSE", + ], +} + rust_library { name: "libcombine", host_supported: true, -- cgit v1.2.3