aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-27 09:12:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-27 09:12:03 +0000
commit5d2b4a80438a7dbb70a958e3a582b6aebe5b1b56 (patch)
treef26a188603eaad310423345d73ae09b0bd815dea
parentbb18fea496b48f874e12fbc60319a2a50c46d896 (diff)
parentd2b66d9cac888bb8ee0bd7d3885b0562d24a3328 (diff)
downloadjackson-annotations-5d2b4a80438a7dbb70a958e3a582b6aebe5b1b56.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/jackson-annotations am: d2b66d9cac
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/jackson-annotations/+/14007168 Change-Id: I7ee4c1586da556760adcaff0dd67ee1db09e2f21
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
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: [