Mark ab/7061308 as merged in stage.

Bug: 180401296
Merged-In: I71d7859864524a65cc928f4555dd4dc5cd7a9925
Change-Id: Ic391159e8dd8883710b1ff45cb073a00bacf0c74
diff --git a/Android.bp b/Android.bp
index 9808a8c..4941a74 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,29 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["external_libwebm_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_libwebm_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "LICENSE.TXT",
+        "PATENTS.TXT",
+    ],
+}
+
 cc_library {
     name: "libwebm_mkvmuxer",
     host_supported: true,