commit | 10b636138d77e7d89497d5f7fde848a9bc33c648 | [log] [tgz] |
---|---|---|
author | Oleksandr Iakovenko <iakovenko@webrtc.org> | Wed Aug 28 09:41:26 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 28 14:57:28 2019 +0000 |
tree | 8aba2f8812ef6efc89a8100ecdfeb8465c59a502 | |
parent | d191533717eee87f244129daabb8aa093c123ae5 [diff] [blame] |
Add license for android_ndk Bug: webrtc:10923 Change-Id: Ic2f40329964d0d3f65bd85e7d00ab1e49fb71123 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150643 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28990}
diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index fee079d..39ba948 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py
@@ -34,6 +34,7 @@ # (right after the `third_party/` prefix) LIB_TO_LICENSES_DICT = { 'abseil-cpp': ['third_party/abseil-cpp/LICENSE'], + 'android_ndk': ['third_party/android_ndk/NOTICE'], 'android_sdk': ['third_party/android_sdk/LICENSE'], 'auto': ['third_party/auto/src/LICENSE.txt'], 'bazel': ['third_party/bazel/LICENSE'],