aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:04:46 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:04:46 +0000
commit0772b77619e918c42e71392a73f5e52513c8d749 (patch)
tree505dc9520d1851452ff862429424cff9418e96d0
parenta5f41d61dc7c240d9ede7625854a7918b62a47dd (diff)
parent670197b0e600fd0290a3e89f67ebd5071af6b445 (diff)
downloadatty-android12L-gsi.tar.gz
Change-Id: I22566b1297083adff253ab6f512dcdd7165d799d
-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,