From d2b66d9cac888bb8ee0bd7d3885b0562d24a3328 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 26 Mar 2021 18:51:20 -0700 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/jackson-annotations Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I171b14b7e57c426dcfcad4b6f537ce22d05be7df --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Android.bp b/Android.bp index cba2b2b..c920344 100644 --- a/Android.bp +++ b/Android.bp @@ -14,6 +14,23 @@ // limitations under the License. // +package { + default_applicable_licenses: ["external_jackson-annotations_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_jackson-annotations_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "src/main/resources/META-INF/LICENSE", + ], +} + java_library_host { name: "jackson-annotations", srcs: [ -- cgit v1.2.3