aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-04-20 13:58:12 -0700
committerBob Badour <bbadour@google.com>2021-04-20 13:58:12 -0700
commit63e8af3ca1481d66f8a17623a72cb645df7609a4 (patch)
tree7940fe7cde69ccd8f9d88cd286336d4ea8d28909
parent3f7da6ef120b229ef83d7c1e5fb6a10747dc213d (diff)
downloadokio-63e8af3ca1481d66f8a17623a72cb645df7609a4.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/okioandroid-s-beta-2android-s-beta-1
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: Ibc9e2f6b8af35105a3a355e3a2d156b2b69d4be6
-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: [