aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-04-21 19:28:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-21 19:28:06 +0000
commit5913626647f8c21ca1448436431e87069576fd48 (patch)
tree7940fe7cde69ccd8f9d88cd286336d4ea8d28909
parent518e892b1f4228a8d79a6f65138fcb29922ea383 (diff)
parent14ca7edd137838cc526f8c5e3fc9380c1996f47b (diff)
downloadokio-5913626647f8c21ca1448436431e87069576fd48.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/okio am: 63e8af3ca1 am: 14ca7edd13
Original change: https://android-review.googlesource.com/c/platform/external/okio/+/1682066 Change-Id: I6dc05061fd2a62e7ca94e9eba6b51e4b005f4a54
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cf49f1c0..6924ca2b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_okio_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_okio_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
java_library {
name: "okio-lib",
srcs: [