summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:02:20 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:02:20 +0000
commit291e9343378fdc175c306442e7a29baf7f639eb2 (patch)
tree702fc4e46960850f6ffb6aa874e6d392ca0126bc
parent3c174af10e384fa8c2b9a520c183bc58be810771 (diff)
parentd563679a938df0528c6c0f0c04b565cc272bf012 (diff)
downloadgiflib-android12-d1-release.tar.gz
Change-Id: I986aeb2da445f0d35dd731e88f0d86fefb2dcf2d
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 35705d9..118c121 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_giflib_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_giflib_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_static {
name: "libgif",