aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 19:43:37 -0800
committerBob Badour <bbadour@google.com>2021-02-12 19:43:37 -0800
commit2690e046f42fd972bd8a52c291d8732dc02f9913 (patch)
tree342002c39fac0adbfbca05420258c5bcdfa74fd4 /testing
parenta97c369d0ccbd5a254ebaa30fe0a53a762f206fe (diff)
downloadgrpc-grpc-java-2690e046f42fd972bd8a52c291d8732dc02f9913.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/grpc-grpc-javaandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp annotation-stubs/Android.bp auth/Android.bp compiler/Android.bp context/Android.bp core/Android.bp netty/shaded/Android.bp okhttp/Android.bp protobuf-lite/Android.bp protobuf/Android.bp stub/Android.bp testing/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I98975a2b1aa17d6a6b70cfa41f0b9ce6e217489b
Diffstat (limited to 'testing')
-rw-r--r--testing/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/Android.bp b/testing/Android.bp
index 91dc79276..2d2a1c6d4 100644
--- a/testing/Android.bp
+++ b/testing/Android.bp
@@ -14,6 +14,15 @@
//
//
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_grpc-grpc-java_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_grpc-grpc-java_license"],
+}
+
java_library {
name: "grpc-java-testing",
host_supported: true,