aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-26 18:24:17 -0700
committerBob Badour <bbadour@google.com>2021-03-26 18:24:17 -0700
commit8a0ac407739d09d648694cf63ff040fbbe05fc2a (patch)
tree76a830de5dd85ed3bf66d5aca404d3da0cc41cbd
parent4f1e9bde7f7a14bfd12002ca75cf0ccdafe5fa54 (diff)
downloadjackson-databind-8a0ac407739d09d648694cf63ff040fbbe05fc2a.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: Ie3926e6294f2b95f9a2da02a653bfd61bb08af91
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3db25da1c..64ae8cd36 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_jackson-databind_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_jackson-databind_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "src/main/resources/META-INF/LICENSE",
+ ],
+}
+
java_library_host {
name: "jackson-databind",
srcs: [