Adding desugar as a dependency on android

BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2999713002
Cr-Commit-Position: refs/heads/master@{#19283}
This commit is contained in:
mbonadei 2017-08-09 04:53:18 -07:00 committed by Commit Bot
parent eb94436b38
commit e9a40732f5

14
DEPS
View File

@ -530,6 +530,20 @@ hooks = [
'src/resources'],
},
]
hooks_os = {
'android': [
{
'name': 'desugar',
'pattern': '.',
'action': ['python',
'src/build/android/update_deps/update_third_party_deps.py',
'download',
'-b', 'chromium-android-tools/bazel/desugar',
'-l', 'third_party/bazel/desugar'
],
},
],
}
recursedeps = [
# buildtools provides clang_format, libc++, and libc++abi.
'src/buildtools',