summaryrefslogtreecommitdiff
path: root/Android_bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android_bp')
-rw-r--r--Android_bp21
1 files changed, 21 insertions, 0 deletions
diff --git a/Android_bp b/Android_bp
index ffd9e7b..9255d37 100644
--- a/Android_bp
+++ b/Android_bp
@@ -1,3 +1,24 @@
+package {
+ default_applicable_licenses: ["external_tinycompress_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change filtered out the below license kinds as false-positives:
+// SPDX-license-identifier-LGPL
+// SPDX-license-identifier-LGPL-2.1
+// See: http://go/android-license-faq
+license {
+ name: "external_tinycompress_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_shared {
name: "libtinycompress",
vendor: true,