Snap for 7149879 from 6c9979b6c3bc22a4154bb99531aee6fcc3920b51 to sc-release

Change-Id: I0acdbc02feb551301487fed4043293acabae21d4
diff --git a/Android.bp b/Android.bp
index 75b1645..4889d18 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,30 @@
 
 //##############################################
 
+package {
+    default_applicable_licenses: ["external_webp_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+    name: "external_webp_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "COPYING",
+        "NOTICE",
+        "PATENTS",
+    ],
+}
+
 cc_library_static {
     name: "webp-headers",
     host_supported: true,