From 1be5d87f980082f7529a95d327e4020723c92f34 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 14:40:36 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/bytes 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: I7ab2df1d90d4731d6be5f2d153af6e1d66022dc3 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index dd9dd4b..e572733 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,22 @@ // This file is generated by cargo2android.py --run --dependencies --device --patch=patches/Android.bp.patch. +package { + default_applicable_licenses: ["external_rust_crates_bytes_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_rust_crates_bytes_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-MIT", + ], + license_text: [ + "LICENSE", + ], +} + rust_library { name: "libbytes", host_supported: true, -- cgit v1.2.3