From afe7217f6defbcf9736f685ff35973ca62cf3f8f Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 13 Apr 2018 11:11:52 +0200 Subject: [PATCH] Adding Abseil LICENSE to LIB_TO_LICENSES_DICT. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:8821 Change-Id: I5e9f8b58907d74d9be5e4c82a82412b8e665e7bf No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/69805 Commit-Queue: Mirko Bonadei Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#22891} --- tools_webrtc/libs/generate_licenses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index 884628bcb8..9bbe7526a3 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -22,6 +22,7 @@ import subprocess LIB_TO_LICENSES_DICT = { + 'abseil-cpp': ['third_party/abseil-cpp/LICENSE'], 'android_tools': ['third_party/android_tools/LICENSE'], 'auto': ['third_party/auto/src/LICENSE.txt'], 'bazel': ['third_party/bazel/LICENSE'],