aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-23 14:30:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-23 14:30:11 +0000
commit8558412c300a9668c74c33369273788bff112c60 (patch)
tree505dc9520d1851452ff862429424cff9418e96d0
parent9fdc6a6b9f70049a4ae4b8a2913cf690e7370c86 (diff)
parent37472042765eba1427ef7fcd056d5d09f031499f (diff)
downloadatty-8558412c300a9668c74c33369273788bff112c60.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/atty am: 0712eb581a am: 3747204276
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/atty/+/1649592 Change-Id: I4bdea9dc71519a4b2fe37d0e138c4cd65f6d4230
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9a2052c..afd83ab 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --device --dependencies.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_atty_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_atty_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libatty",
host_supported: true,