Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/tinycompress"

This commit is contained in:
Bob Badour 2021-02-17 15:31:56 +00:00 committed by Gerrit Code Review
commit 3a930cc474

View file

@ -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,