aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:38:18 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:38:18 +0000
commitfd043dba1f76dec1ad8cff9ed8ca987b3bef6282 (patch)
tree9facdce8aba5db60d6f4007c02290daf066d9a24
parent5b8e3824e82a043d5999d54454ef7b8ad7ae00b3 (diff)
parentd2cd28f9b1851066656e43b2f2fbd42627fbc7ce (diff)
downloadlibdivsufsort-fd043dba1f76dec1ad8cff9ed8ca987b3bef6282.tar.gz
Snap for 7183507 from d2cd28f9b1851066656e43b2f2fbd42627fbc7ce to sdk-releaseplatform-tools-31.0.3platform-tools-31.0.2platform-tools-31.0.1
Change-Id: I96af4b74c6d108ed7437c32cb08918db420c1be0
-rw-r--r--Android.bp30
1 files changed, 30 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8a7a686..68cf8ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,36 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_libdivsufsort_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_libdivsufsort_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "libdivsufsort_defaults",
host_supported: true,