aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-28 23:03:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-28 23:03:05 +0000
commitea6e36a938d3352a8a7952cfde28146c7d2cca02 (patch)
tree76a830de5dd85ed3bf66d5aca404d3da0cc41cbd
parent4f1e9bde7f7a14bfd12002ca75cf0ccdafe5fa54 (diff)
parent8a0ac407739d09d648694cf63ff040fbbe05fc2a (diff)
downloadjackson-databind-android12L-gsi.tar.gz
Change-Id: I4026c7d0aee97fa439be601377e780db23d14521
-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: [