aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-05-04 08:24:44 -0700
committerBob Badour <bbadour@google.com>2023-05-04 08:24:44 -0700
commitaaea0878178334718dc55fd3745c0f8a538a43af (patch)
tree83dae2a80d085f22951e1f33744a6d79277c7e3d
parent6ebd4d16ce86e64052dd4f5466ecca4bf798e18e (diff)
downloadnamed-lock-aaea0878178334718dc55fd3745c0f8a538a43af.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/named-lock
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I7d4b88ae00ce5a703a2ddaa64d32cdb7fb4bc200
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b358518..7c5149f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_named-lock_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_named-lock_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libnamed_lock",
host_supported: true,