summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:06:28 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:06:28 +0000
commitbf055bb3390b49bea6a8636e71da7e1c09fecc80 (patch)
tree50dccb848fc9c0f9c9b0fd2ace4f33fa0aa32cc9
parent7dabe4edde9dd96e1da4e6b791da96f3763ba0fe (diff)
parentf690ffd9a988d9a71c7ae80b9260b0bba09e69ae (diff)
Snap for 7152399 from f690ffd9a988d9a71c7ae80b9260b0bba09e69ae to sc-v2-release
Change-Id: I5cfe0d272a5e89954d0c2eea541f9ae443bdfaa7
-rw-r--r--Android.bp21
1 files changed, 21 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c11a974..a4f8d6d 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,