aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/StaticAnalyzer/Android.bp')
-rw-r--r--lib/StaticAnalyzer/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/StaticAnalyzer/Android.bp b/lib/StaticAnalyzer/Android.bp
index b44c296012..4fe1a8cfad 100644
--- a/lib/StaticAnalyzer/Android.bp
+++ b/lib/StaticAnalyzer/Android.bp
@@ -1 +1,10 @@
+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-NCSA
+ default_applicable_licenses: ["external_clang_license"],
+}
+
subdirs = ["*"]