aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-26 06:00:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-26 06:00:29 +0000
commit5d36f58b0240da18dfc4113af40563fae332e271 (patch)
treee36eb1ac40a126195222db7dcc0db4822102e85d
parentc5de84a8757c7281ad91cf8c4593061d61b8b44c (diff)
parentb4b7d8a1b8bee617ca0a53ac95063b4dedba57da (diff)
downloadAFLplusplus-gki13-boot-release.tar.gz
Snap for 8997182 from b4b7d8a1b8bee617ca0a53ac95063b4dedba57da to gki13-boot-releasegki13-boot-release
Change-Id: Ia0559d0f8a941d6986998f7e60f11b6bd03991ca
-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: [