aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-17 12:54:52 -0700
committerBob Badour <bbadour@google.com>2021-03-17 12:54:52 -0700
commit0712eb581a9a8f9a36c928edca427bbfbd2b812d (patch)
tree505dc9520d1851452ff862429424cff9418e96d0
parent14484ce0b3bcce5d581678d2fafecb65430d0e4e (diff)
downloadatty-0712eb581a9a8f9a36c928edca427bbfbd2b812d.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/attyandroid-s-beta-2android-s-beta-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: I2cd25f11691258b6167d5aef25e523b80d5b8bfc
-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,