aboutsummaryrefslogtreecommitdiff
path: root/utils/yaml-bench/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/yaml-bench/Android.bp')
-rw-r--r--utils/yaml-bench/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/yaml-bench/Android.bp b/utils/yaml-bench/Android.bp
index df5092fbc84e..0511deb0039d 100644
--- a/utils/yaml-bench/Android.bp
+++ b/utils/yaml-bench/Android.bp
@@ -1,6 +1,15 @@
// yaml-bench executable for the host
// =====================================================
+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: "yaml-bench",
defaults: ["llvm-defaults"],