aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-06-29 23:21:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-29 23:21:25 +0000
commit0e09f39b288e15622ad579581c4d061333f7cdad (patch)
tree1dc779d324299f08c5e69538ee554a1cf784f867
parentbbf686bf4ab98f015d058b5cadf242fe644e24f1 (diff)
parent5641b23cab9968590fa7dbfe95397d31a9191095 (diff)
downloadkernlog-0e09f39b288e15622ad579581c4d061333f7cdad.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/kernlog am: 18acd4fc9e am: fd8a63e03e am: 081f723214 am: 5641b23cab
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/kernlog/+/1750999 Change-Id: I913356f6e7206140199ce66d4344b9297dbbbb55
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bb2a55a..6dc214d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_kernlog_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_kernlog_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libkernlog",
// has rustc warnings