aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-26 18:51:20 -0700
committerBob Badour <bbadour@google.com>2021-03-26 18:51:20 -0700
commitd2b66d9cac888bb8ee0bd7d3885b0562d24a3328 (patch)
treef26a188603eaad310423345d73ae09b0bd815dea
parentbb18fea496b48f874e12fbc60319a2a50c46d896 (diff)
downloadjackson-annotations-d2b66d9cac888bb8ee0bd7d3885b0562d24a3328.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: I171b14b7e57c426dcfcad4b6f537ce22d05be7df
-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: [