aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:18:44 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:18:44 -0800
commit5cd40c3a03d3220b51debbb549053ee4881b3414 (patch)
treee72c75b0dcb032e797acd754627d443269ba5076
parent202f2eb278768fe43e129dc30241959182ae59fc (diff)
downloadslab-5cd40c3a03d3220b51debbb549053ee4881b3414.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/slabandroid-s-preview-1
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: Ide4932032ae0448faccaf418a163e581e238d741
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d978ec2..1430c4b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device --tests --patch=patches/Android.bp.patch.
+package {
+ default_applicable_licenses: ["external_rust_crates_slab_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_slab_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libslab",
host_supported: true,