summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:36:05 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:36:05 -0800
commit678f9449b4eb7898517d5e2209f0ca3eda675b1b (patch)
tree0f42266fe9967fcbdd3eb94b2458a5b3d123173d
parent8e39263c3ea9f811610380d22bb3f56a37b43d25 (diff)
downloadmockwebserver-678f9449b4eb7898517d5e2209f0ca3eda675b1b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/mockwebserver
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: Iea251bc357cefad277ff0fff4546cee0568eca3a
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0b9fb7c..83dd651 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_mockwebserver_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_mockwebserver_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "COPYING",
+ ],
+}
+
java_library {
name: "mockwebserver",
hostdex: true,