aboutsummaryrefslogtreecommitdiff
path: root/core/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'core/Android.bp')
-rw-r--r--core/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/Android.bp b/core/Android.bp
index 9bfddc42f..d563293c8 100644
--- a/core/Android.bp
+++ b/core/Android.bp
@@ -13,6 +13,15 @@
// limitations under the License.
//
+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-core",
host_supported: true,