[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
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: [