aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 52e2b63f..093f33ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,20 @@
package {
default_visibility: ["//visibility:private"],
+ default_applicable_licenses: ["external_vixl_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_vixl_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENCE",
+ ],
}
cc_defaults {