summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:32 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:32 +0000
commit09d48966e9f887172d48624158c31e7ef14442af (patch)
tree702fc4e46960850f6ffb6aa874e6d392ca0126bc
parente9670e76e917231391fa6c8b3b6c122eeacb46b0 (diff)
parentd563679a938df0528c6c0f0c04b565cc272bf012 (diff)
downloadgiflib-android-platform-12.1.0_r14.tar.gz
Change-Id: I670e1a3a45e9c69c5ac190827ec8bd54779083de
-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",