From 6308db99af493c970063e7afaed4fb9a7e8315ee Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Fri, 8 Nov 2024 10:34:19 +0100 Subject: [PATCH] Add missing licenses for the third_party target 'llvm-libc'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is fixing `ios_api_framework` bot when rolling Chromium in WebRTC: https://ci.chromium.org/ui/p/webrtc/builders/try/ios_api_framework/58926/overview Change-Id: I7652f247a1223de34ea343fe583d7bcf9f606310 Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/367920 Auto-Submit: Jeremy Leconte Reviewed-by: Björn Terelius Commit-Queue: Björn Terelius Cr-Commit-Position: refs/heads/main@{#43377} --- 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 623569cd58..eb4985791e 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -61,6 +61,7 @@ LIB_TO_LICENSES_DICT = { 'libunwind': ['third_party/libunwind/src/LICENSE.TXT'], 'libvpx': ['third_party/libvpx/source/libvpx/LICENSE'], 'libyuv': ['third_party/libyuv/LICENSE'], + 'llvm-libc': ['third_party/llvm-libc/src/LICENSE.TXT'], 'nasm': ['third_party/nasm/LICENSE'], 'opus': ['third_party/opus/src/COPYING'], 'pffft': ['third_party/pffft/LICENSE'],