aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-08-20 18:39:16 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-08-20 18:39:16 +0000
commit4b33ae02809aaf1baeb1ab5696d9dfb40db27dcf (patch)
treec5db5903b6f430526c97e9f7a2c7839373cde6ca
parenta4523f01a43b3859ad536a780ed403e39a31a8bc (diff)
parent4c6f1f860baf11d442bfcb90c22c4d2e290077c9 (diff)
downloadzucchini-4b33ae02809aaf1baeb1ab5696d9dfb40db27dcf.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/zucchini" into sc-dev-plus-aosp
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c320bf0..ff55dc1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,21 @@
+package {
+ default_applicable_licenses: ["external_zucchini_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_zucchini_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_notice",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
filegroup {
name: "libzucchini_srcs",