From 88065b50854df3aac7999e809d1e1f75a19366c6 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 26 Feb 2021 02:55:26 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/async-stream-impl 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: I19e654b88e2e2e467f75899ddcefd699a588318c --- Android.bp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Android.bp b/Android.bp index 82b7860..a212b3b 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,24 @@ // This file is generated by cargo2android.py --run --dependencies --device. +package { + default_applicable_licenses: [ + "external_rust_crates_async-stream-impl_license", + ], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_rust_crates_async-stream-impl_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-MIT", + ], + license_text: [ + "LICENSE", + ], +} + rust_proc_macro { name: "libasync_stream_impl", crate_name: "async_stream_impl", -- cgit v1.2.3