summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:05:31 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:05:31 -0800
commitf1f60ac028b84d2678d2f4e8ede2eafc200a7c99 (patch)
tree59736b7911058790078030c9c6923de4f0acbfc9
parente4504bc3afa7fa8c02736abfd08287fae31b3b58 (diff)
downloadmime-support-f1f60ac028b84d2678d2f4e8ede2eafc200a7c99.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/mime-supportandroid-s-preview-1
Added legacy_unencumbered to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ice233d3643a7215cc3af4a777cd7d3bf5ce2acd2
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 33fad46..806821e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_mime-support_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_mime-support_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_genrule {
name: "debian.mime.types.minimized",
visibility: [