summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:49 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:49 +0000
commit6216fff9b56f9f1fb081b1ac8e13fdd4ca376a18 (patch)
treecf4d7d5f7a99032031c0f56cf7b49b6df8deea93
parentbb22bb43dad13600f9588a1352372d8a5b27caca (diff)
parente0cd8697cff3233966125182f3b7b7f32ad49b0a (diff)
downloadlibwebm-6216fff9b56f9f1fb081b1ac8e13fdd4ca376a18.tar.gz
Snap for 7152399 from e0cd8697cff3233966125182f3b7b7f32ad49b0a to sc-release
Change-Id: I5e03edaa4279807acf6e1d63247189e0a85c41aa
-rw-r--r--Android.bp23
1 files changed, 23 insertions, 0 deletions
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,