aboutsummaryrefslogtreecommitdiff
path: root/lib/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Android.bp')
-rw-r--r--lib/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index b44c296012..99b29fff05 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -1 +1,11 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_clang_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-MIT
+ // SPDX-license-identifier-NCSA
+ default_applicable_licenses: ["external_clang_license"],
+}
+
subdirs = ["*"]