aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-08-18 20:47:02 -0700
committerBob Badour <bbadour@google.com>2021-08-18 20:47:02 -0700
commit4c6f1f860baf11d442bfcb90c22c4d2e290077c9 (patch)
tree09394e4e65e068419c6add673fabf728862c285d
parent496408893a20078e9dbf494272ab496d66fbcd59 (diff)
downloadzucchini-4c6f1f860baf11d442bfcb90c22c4d2e290077c9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/zucchini
Added legacy_notice to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I16d1c2fb3282ec8317c8d48bf2816e922ab98be8
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index df2ba83..2d856c5 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",