commit | b6f35a38832781fa49a9dc50dd98ce9f175bc675 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Wed Apr 01 19:41:00 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 01 17:50:18 2020 +0000 |
tree | 96c6188481a2f404ff1e90767e8ad76b5fbbe893 | |
parent | d8d09c3c5a4cd8bed489015ea67c54e63451c9cd [diff] [blame] |
Fix android_arm_rel on Chromium Roll. Error: https://ci.chromium.org/p/webrtc/builders/try/android_arm_rel/18894 Exception: Missing licenses for following third_party targets: nasm No-Try: True Bug: None Change-Id: I2b916d3063ca3019ec3fa473b9ba4375905f538b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172626 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30965}
diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index b8894ed..216d3f8 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py
@@ -54,6 +54,7 @@ 'libsrtp': ['third_party/libsrtp/LICENSE'], 'libvpx': ['third_party/libvpx/source/libvpx/LICENSE'], 'libyuv': ['third_party/libyuv/LICENSE'], + 'nasm': ['third_party/nasm/LICENSE'], 'opus': ['third_party/opus/src/COPYING'], 'pffft': ['third_party/pffft/LICENSE'], 'protobuf': ['third_party/protobuf/LICENSE'],