aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 10:51:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 10:51:29 +0000
commitd138db9790aeeca8071e3f2d9643ed901fa45192 (patch)
treee36eb1ac40a126195222db7dcc0db4822102e85d
parent889f0fb67c12069d64603d3fef46aff8082b7be7 (diff)
parent6b1cdadce9601e1e725516d3099c8991449b9aa4 (diff)
downloadAFLplusplus-busytown-mac-infra-release.tar.gz
Snap for 9550355 from 6b1cdadce9601e1e725516d3099c8991449b9aa4 to sdk-releaseplatform-tools-34.0.3platform-tools-34.0.1platform-tools-34.0.0platform-tools-33.0.4busytown-mac-infra-release
Change-Id: I8561e8af2a069155bf837752a644b2738c924eab
-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: [