From e1e2c466f913b2c96d701a23f1fc30fe1140a436 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 5 Sep 2022 07:31:13 +0000 Subject: [PATCH] Add D8 to DEPS. Bug: b/244704038 Change-Id: Ia5edcde3baccc36373a9b07eadca018ed92402d9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274121 Reviewed-by: Andrey Logvin Commit-Queue: Andrey Logvin Commit-Queue: Mirko Bonadei Auto-Submit: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#38005} --- DEPS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/DEPS b/DEPS index 75d1fd0474..af5cabf01f 100644 --- a/DEPS +++ b/DEPS @@ -267,6 +267,19 @@ deps = { 'condition': 'checkout_android', 'dep_type': 'cipd', }, + # This duplication is intentional, so we avoid updating the r8.jar used by + # dexing unless necessary, since each update invalidates all incremental + # dexing and unnecessarily slows down all bots. + 'src/third_party/r8/d8': { + 'packages': [ + { + 'package': 'chromium/third_party/r8', + 'version': 'PWja-vUPRluhUOsoIZey_Dmxkw106_xQR7NM_Z8aZxIC', + }, + ], + 'condition': 'checkout_android', + 'dep_type': 'cipd', + }, 'src/third_party/proguard': { 'packages': [ {