aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 19:51:02 -0800
committerBob Badour <bbadour@google.com>2021-02-12 19:51:02 -0800
commit52db6ac03e8f893c1ccbd36fb6b538da7214be2d (patch)
treef32d89028ab9efbc8f60d4a24af0f7f26f270740
parent10d25dade47b21886ed447c46099fc3b3e410bf5 (diff)
downloadweak-table-52db6ac03e8f893c1ccbd36fb6b538da7214be2d.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/weak-tableandroid-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: I824c16669806f45586ad84cb0044b5d3a1e48eef
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c147fea..33c19f1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --device --run --dependencies.
+package {
+ default_applicable_licenses: ["external_rust_crates_weak-table_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_weak-table_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libweak_table",
host_supported: true,