aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-01-05 11:12:19 -0800
committerBob Badour <bbadour@google.com>2022-01-05 11:12:19 -0800
commit9fc6aed342c22f9cac89ca4156f629c47988f65b (patch)
tree66500da679470fe5a6e602c2a46370f17d3774f3
parent06afb3f9da8d6c4c2e20931ae273a619625ff2cc (diff)
downloadwuffs-mirror-release-c-9fc6aed342c22f9cac89ca4156f629c47988f65b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/wuffs-mirror-release-c
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I778469c731e9d4244d0128d6edeb3cc79cdbea2a
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3b7ce4e..a69437b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_wuffs-mirror-release-c_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_wuffs-mirror-release-c_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_library_static {
name: "libwuffs_mirror_release_c",
export_include_dirs: ["release/c"],