aboutsummaryrefslogtreecommitdiff
path: root/utils/count/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/count/Android.bp')
-rw-r--r--utils/count/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/count/Android.bp b/utils/count/Android.bp
index 1d438093a66f..d4ea9325641c 100644
--- a/utils/count/Android.bp
+++ b/utils/count/Android.bp
@@ -2,6 +2,15 @@
// count command line tool
//===---------------------------------------------------------------===
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_llvm_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-NCSA
+ default_applicable_licenses: ["external_llvm_license"],
+}
+
cc_binary_host {
name: "count",
defaults: ["llvm-defaults"],