From 2690e046f42fd972bd8a52c291d8732dc02f9913 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 19:43:37 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/grpc-grpc-java 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 --- netty/shaded/Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'netty') diff --git a/netty/shaded/Android.bp b/netty/shaded/Android.bp index 5aecf42ba..190240219 100644 --- a/netty/shaded/Android.bp +++ b/netty/shaded/Android.bp @@ -19,6 +19,15 @@ // external dependencies and missing build-system support. // // WARNING: The artifact version must match the source to avoid runtime issues. +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_host { name: "grpc-java-netty-shaded", static_libs: [ -- cgit v1.2.3