Add missing licenses for the third_party target 'llvm-libc'.

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 <jleconte@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43377}
This commit is contained in:
Jeremy Leconte 2024-11-08 10:34:19 +01:00 committed by WebRTC LUCI CQ
parent c772fc227b
commit 6308db99af

View File

@ -61,6 +61,7 @@ LIB_TO_LICENSES_DICT = {
'libunwind': ['third_party/libunwind/src/LICENSE.TXT'], 'libunwind': ['third_party/libunwind/src/LICENSE.TXT'],
'libvpx': ['third_party/libvpx/source/libvpx/LICENSE'], 'libvpx': ['third_party/libvpx/source/libvpx/LICENSE'],
'libyuv': ['third_party/libyuv/LICENSE'], 'libyuv': ['third_party/libyuv/LICENSE'],
'llvm-libc': ['third_party/llvm-libc/src/LICENSE.TXT'],
'nasm': ['third_party/nasm/LICENSE'], 'nasm': ['third_party/nasm/LICENSE'],
'opus': ['third_party/opus/src/COPYING'], 'opus': ['third_party/opus/src/COPYING'],
'pffft': ['third_party/pffft/LICENSE'], 'pffft': ['third_party/pffft/LICENSE'],