Commit 241ad439 authored by Oleh Prypin's avatar Oleh Prypin Committed by Commit Bot

Add aapt2 dependency to unblock DEPS roll

Following https://chromium-review.googlesource.com/c/chromium/src/+/1110225

Change-Id: Iab4357e1df0e300c8fe8e4d1be945c4ac0321b27
Reviewed-on: https://chromium-review.googlesource.com/c/1312694Reviewed-by: 's avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Oleh Prypin <oprypin@chromium.org>
parent 1440d8ac
......@@ -110,6 +110,16 @@ deps = {
'url': Var('chromium_git') + '/android_tools.git' + '@' + '130499e25286f4d56acafa252fee09f3cc595c49',
'condition': 'checkout_android',
},
'src/third_party/android_build_tools/aapt2': {
'packages': [
{
'package': 'chromium/third_party/android_tools_aapt2',
'version': 'version:3.2.0-alpha18-4804415-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/byte_buddy': {
'packages': [
{
......
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