aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-10-14 19:17:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-10-14 19:17:40 +0000
commit38dba9777704765070c343f7915c5615feedd6c9 (patch)
tree405db61133a22c5b4fe5721e9035bfa18607479d
parentb864104f9081c28446ea14ecc33a2522a8e69c87 (diff)
parentb35704ee444f6e2533fcbc2efdcb4bd47f5eb912 (diff)
downloadlibvpx-38dba9777704765070c343f7915c5615feedd6c9.tar.gz
-rw-r--r--libvpx/third_party/libwebm/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvpx/third_party/libwebm/Android.mk b/libvpx/third_party/libwebm/Android.mk
index 3b3dd1d39..23f935f2d 100644
--- a/libvpx/third_party/libwebm/Android.mk
+++ b/libvpx/third_party/libwebm/Android.mk
@@ -14,4 +14,7 @@ LOCAL_SRC_FILES:= common/file_util.cc \
mkvmuxer/mkvmuxer.cc \
mkvmuxer/mkvmuxerutil.cc \
mkvmuxer/mkvwriter.cc
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-BSD
+LOCAL_LICENSE_CONDITIONS := notice
+LOCAL_NOTICE_FILE := $(LOCAL_PATH)/LICENSE.TXT $(LOCAL_PATH)/PATENTS.TXT
include $(BUILD_STATIC_LIBRARY)