From 9d0799f9432c295842a89eb20107d711970eed92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Terelius?= Date: Thu, 5 Dec 2024 14:28:57 +0100 Subject: [PATCH] Add android_build_tools/nullaway to DEPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: Ic8a0ac65343c482ab56ad0485385aa1201cbd83b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370441 Reviewed-by: Mirko Bonadei Commit-Queue: Björn Terelius Cr-Commit-Position: refs/heads/main@{#43500} --- DEPS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/DEPS b/DEPS index d13d008336..9c7642fcc5 100644 --- a/DEPS +++ b/DEPS @@ -262,6 +262,18 @@ deps = { 'dep_type': 'cipd', }, + # TODO(webrtc:42223878): This is only needed for //base. + 'src/third_party/android_build_tools/nullaway/cipd': { + 'packages': [ + { + 'package': 'chromium/third_party/android_build_tools/nullaway', + 'version': 'KGEP4hGbArGQwI_HL3iJWEYMP1PVa2J_QRLPo-9wwiwC', + }, + ], + 'condition': 'checkout_android and non_git_source', + 'dep_type': 'cipd', + }, + 'src/third_party/aosp_dalvik/cipd': { 'packages': [ {