aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-08-25 21:31:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-08-25 21:31:34 +0000
commit6b1cdadce9601e1e725516d3099c8991449b9aa4 (patch)
treee36eb1ac40a126195222db7dcc0db4822102e85d
parent9d063ccc4e1f0e51c70c8a572243d8d4f6854692 (diff)
parent4679c8db274cf6faa7133b087edd8d0068bde617 (diff)
downloadAFLplusplus-6b1cdadce9601e1e725516d3099c8991449b9aa4.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/AFLplusplus am: b4b7d8a1b8 am: 9bb12e24b4 am: e79ba045a7 am: 4679c8db27android-u-beta-1-gplmain-16k-with-phones
Original change: https://android-review.googlesource.com/c/platform/external/AFLplusplus/+/2197176 Change-Id: If47c53b5757409dcda46e65aa505822ead49b1f3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp32
1 files changed, 32 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f6fe7bf4..ca1583a7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,36 @@
+package {
+ default_applicable_licenses: ["external_AFLplusplus_license"],
+}
+
+// Added automatically by a large-scale-change that took the approach of
+// 'apply every license found to every target'. While this makes sure we respect
+// every license restriction, it may not be entirely correct.
+//
+// e.g. GPL in an MIT project might only apply to the contrib/ directory.
+//
+// Please consider splitting the single license below into multiple licenses,
+// taking care not to lose any license_kind information, and overriding the
+// default license using the 'licenses: [...]' property on targets as needed.
+//
+// For unused files, consider creating a 'fileGroup' with "//visibility:private"
+// to attach the license to, and including a comment whether the files may be
+// used in the current project.
+// See: http://go/android-license-faq
+license {
+ name: "external_AFLplusplus_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_unencumbered",
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-BSD",
+ "SPDX-license-identifier-CC0-1.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "afl-defaults",
export_include_dirs: [