aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:04:15 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:04:15 +0000
commitbc632e1b180a522d43cdade566edea61fc683d86 (patch)
tree505dc9520d1851452ff862429424cff9418e96d0
parent7fe26dfe088dab473d7223e84b4fc74a3ab0b3c7 (diff)
parent670197b0e600fd0290a3e89f67ebd5071af6b445 (diff)
downloadatty-android12-d1-s3-release.tar.gz
Change-Id: I69a3cd833c98ef679efa34dbaf182a875ce7b7f8
-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,