aboutsummaryrefslogtreecommitdiff
path: root/test/cpp/common/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/common/Android.bp')
-rw-r--r--test/cpp/common/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/cpp/common/Android.bp b/test/cpp/common/Android.bp
index 6e118cad49..2f6eb43178 100644
--- a/test/cpp/common/Android.bp
+++ b/test/cpp/common/Android.bp
@@ -1,3 +1,12 @@
+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_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_grpc-grpc_license"],
+}
+
cc_test {
name: "alarm_test",
defaults: ["grpc_defaults"],