aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-27 09:12:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-27 09:12:04 +0000
commitac3afee4ca9ed171820c6c7c82884a6b9be5aca9 (patch)
tree2ea976e35ebc7c2f0a054ecb11b07aa9680a7617
parent0858ba265921822ee31ccd9e062d777e5ce3c15e (diff)
parent5f2abc52cbb015466c3fa5b329bb8a814841c73d (diff)
downloadjackson-core-ac3afee4ca9ed171820c6c7c82884a6b9be5aca9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/jackson-core am: 5f2abc52cb
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/jackson-core/+/14006636 Change-Id: I35ee6c2e6201080659f1ef0b6c2a2a92dd2081ed
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 319403c3..2eb0b830 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_jackson-core_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_jackson-core_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_library_host {
name: "jackson-core",
srcs: [