From e44a155967a49ba4a7d6bcb3ec4b3d02a300cb2d Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Thu, 1 Jun 2023 11:07:22 +0200 Subject: [PATCH] Add third_party/cpu_features license path. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should fix current chromium roll issue: https://ci.chromium.org/ui/p/webrtc/builders/try/android_arm_rel/51083/overview Change-Id: I0db870c7f390b0a7f067b18d33096120b1c861fa Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/307300 Commit-Queue: Jeremy Leconte Reviewed-by: Björn Terelius Cr-Commit-Position: refs/heads/main@{#40193} --- 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 d945b43cca..2939af3f28 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -42,6 +42,7 @@ LIB_TO_LICENSES_DICT = { ], 'boringssl': ['third_party/boringssl/src/LICENSE'], 'crc32c': ['third_party/crc32c/src/LICENSE'], + 'cpu_features': ['third_party/cpu_features/src/LICENSE'], 'dav1d': ['third_party/dav1d/LICENSE'], 'errorprone': [ 'third_party/android_deps/libs/'