aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:10:09 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:10:09 -0800
commita16c37e5422fa607d327b882219f99d4ff9018e1 (patch)
tree4ab82c7aed1c397979a6216d48bdc4bc14de68a5
parent15f30f13325baca3a54a77fc50c29f0f7c4554a2 (diff)
downloadokhttp-a16c37e5422fa607d327b882219f99d4ff9018e1.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/okhttp
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: I7aba570afa4bcc24f5308d444c755e875c13693f
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bd252df..5c9242d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,20 @@
package {
default_visibility: ["//visibility:private"],
+ default_applicable_licenses: ["external_okhttp_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_okhttp_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
}
// The source files that contribute to Android's core library APIs.