Add D8 to DEPS.

Bug: b/244704038
Change-Id: Ia5edcde3baccc36373a9b07eadca018ed92402d9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274121
Reviewed-by: Andrey Logvin <landrey@google.com>
Commit-Queue: Andrey Logvin <landrey@google.com>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38005}
This commit is contained in:
Mirko Bonadei 2022-09-05 07:31:13 +00:00 committed by WebRTC LUCI CQ
parent ee969299f9
commit e1e2c466f9

13
DEPS
View File

@ -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': [
{