commit | 29c36b24a81607eec5275e84f4c6f3d33a318511 | [log] [tgz] |
---|---|---|
author | Yura Yaroshevich <yura.yaroshevich@gmail.com> | Tue Jun 12 19:59:02 2018 +0300 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 13 14:43:23 2018 +0000 |
tree | 80cff14daaf83041e15c21971116d9cf2c33872e | |
parent | 789221f1101afa33bb0f232823e6176b3b8c4ee8 [diff] [blame] |
Add ow2_asm license Added empty license for build time dependency - ow2_asm library Bug: webrtc:9393 Change-Id: I1d43ad986cbb50a26d0f5c88f119383de6f7309a Reviewed-on: https://webrtc-review.googlesource.com/83166 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23597}
diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index 64e5fc9..aefcaf4 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py
@@ -50,6 +50,7 @@ # Compile time dependencies, no license needed: 'yasm': [], + 'ow2_asm': [], } SCRIPT_DIR = os.path.dirname(os.path.realpath(sys.argv[0]))