Commit 11e1761d authored by Oleh Prypin's avatar Oleh Prypin Committed by Commit Bot

Add proguard dependency to unblock DEPS roll

Also remove obsolete android ndk copy from //third_party/android_tools/ndk

Change-Id: Ief8b39d65fa82597f9f96052235923b826bd3348
Reviewed-on: https://chromium-review.googlesource.com/c/1307614Reviewed-by: 's avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Oleh Prypin <oprypin@chromium.org>
parent 01dcf6b6
......@@ -227,6 +227,16 @@ deps = {
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/proguard': {
'packages': [
{
'package': 'chromium/third_party/proguard',
'version': '3bd778c422ea5496de2ef25c007a517dbb5ce5ca',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/requests/src': {
'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
'condition': 'checkout_android',
......@@ -987,6 +997,4 @@ hooks = [
recursedeps = [
# buildtools provides clang_format, libc++, and libc++abi.
'src/buildtools',
# android_tools manages the NDK.
'src/third_party/android_tools',
]
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