Commit 9a223886 authored by Liviu Rau's avatar Liviu Rau Committed by Commit Bot

Fix autoroller failure

Change-Id: I485596563e557f459d846adcdc3046c72b27c17e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2159486
Commit-Queue: Liviu Rau <liviurau@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67286}
parent addc9e1f
...@@ -67,7 +67,7 @@ vars = { ...@@ -67,7 +67,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_tools-lint_version # the commit queue can handle CLs rolling android_sdk_tools-lint_version
# and whatever else without interference from each other. # and whatever else without interference from each other.
'android_sdk_tools-lint_version': '89hXqZYzCum3delB5RV7J_QyWkaRodqdtQS0s3LMh3wC', 'android_sdk_cmdline-tools_version': 'CR25ixsRhwuRnhdgDpGFyl9S0C_0HO9SUgFrwX46zq8C',
} }
deps = { deps = {
...@@ -160,8 +160,8 @@ deps = { ...@@ -160,8 +160,8 @@ deps = {
'version': Var('android_sdk_sources_version'), 'version': Var('android_sdk_sources_version'),
}, },
{ {
'package': 'chromium/third_party/android_sdk/public/tools-lint', 'package': 'chromium/third_party/android_sdk/public/cmdline-tools',
'version': Var('android_sdk_tools-lint_version'), 'version': Var('android_sdk_cmdline-tools_version'),
}, },
], ],
'condition': 'checkout_android', 'condition': 'checkout_android',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment