aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-26 18:59:54 -0700
committerBob Badour <bbadour@google.com>2021-03-26 18:59:54 -0700
commit5f2abc52cbb015466c3fa5b329bb8a814841c73d (patch)
tree2ea976e35ebc7c2f0a054ecb11b07aa9680a7617
parent0858ba265921822ee31ccd9e062d777e5ce3c15e (diff)
downloadjackson-core-5f2abc52cbb015466c3fa5b329bb8a814841c73d.tar.gz
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: I5c76b04bf104fa33f04515684dc2fa384e503ff2
-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: [