From 91a7beb057fc5e9806e0044550ae172ef2d44467 Mon Sep 17 00:00:00 2001 From: Manashi Sarkar Date: Tue, 5 Dec 2023 15:53:50 +0000 Subject: [PATCH] Add missing licenses for the third_party target 'jni_zero'. [Skipping presubmits because there are indentation issues that we decided to fix separately] Bug: None No-Presubmit: true Change-Id: I441864626ec44207167164f4dd6d7f09cbbb5574 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/330060 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#41322} --- tools_webrtc/libs/generate_licenses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index fdc40f5c4c..feff4281f7 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -77,7 +77,7 @@ LIB_TO_LICENSES_DICT = { 'ooura': ['common_audio/third_party/ooura/LICENSE'], 'spl_sqrt_floor': ['common_audio/third_party/spl_sqrt_floor/LICENSE'], 'kotlin_stdlib': ['third_party/kotlin_stdlib/LICENSE'], - + 'jni_zero': ['third_party/jni_zero/LICENSE'], # TODO(bugs.webrtc.org/1110): Remove this hack. This is not a lib. # For some reason it is listed as so in _GetThirdPartyLibraries. 'android_deps': [],