aboutsummaryrefslogtreecommitdiff
path: root/test/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp
index 0941c62..ba0642f 100644
--- a/test/Android.bp
+++ b/test/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_chromium-libpac_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_chromium-libpac_license"],
+}
+
cc_test {
name: "proxy_resolver_v8_unittest",