diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-02-18 04:06:13 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-02-18 04:06:13 +0000 |
commit | d18e58b940c583bc86da650e6f3bf0259d71e7c5 (patch) | |
tree | 50dccb848fc9c0f9c9b0fd2ace4f33fa0aa32cc9 | |
parent | 4b76eaebf9b55d276545ee3fd3d1ab708301c166 (diff) | |
parent | 9bfdf373e9396a812ba64956f9bdebb9abca313d (diff) |
Snap for 7151881 from 9bfdf373e9396a812ba64956f9bdebb9abca313d to tm-release
Change-Id: Ic9f38a762ca80e951c4bdd5b043c0172a6afe412
-rw-r--r-- | Android.bp | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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, |