summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:32:03 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:32:03 -0800
commitb173450eacf39f8b091297962601f3b59ff8f7f6 (patch)
tree9246bd248629db88413f753bb42f4ccfe613297e
parent6de71ad7e394e65e825c30eb2977774b8a3a8b65 (diff)
downloadmatches-b173450eacf39f8b091297962601f3b59ff8f7f6.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/matchesandroid-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: I7ce6fefa21e0807cc9b1ff976d8a40d0b2899109
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e679a38..724ac82 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --dependencies --tests --patch=patches/Android.bp.patch.
+package {
+ default_applicable_licenses: ["external_rust_crates_matches_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_matches_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libmatches",
// has rustc warnings