summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 21:06:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 21:06:30 +0000
commit7b26f1f2c9d297b9fa4f4c3a193fdadccaedb04e (patch)
tree9246bd248629db88413f753bb42f4ccfe613297e
parent906ed142e1a3f75c12d1fd6159df422d0c7f8d52 (diff)
parentb173450eacf39f8b091297962601f3b59ff8f7f6 (diff)
downloadmatches-7b26f1f2c9d297b9fa4f4c3a193fdadccaedb04e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/matches am: b173450eac
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/matches/+/1588745 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I11442d2cefe1b682327876a75c547248722c0021
-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