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