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:
parent
eb94436b38
commit
e9a40732f5
14
DEPS
14
DEPS
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user