Roll buildroot to 53a65e1c400c29e14e1f3e59be7a3c7327b204ee (flutter/engine#28226)

This eliminates use of third_party/gyp.
This commit is contained in:
Chris Bracken 2021-08-20 10:28:04 -07:00 committed by GitHub
parent 9d56fc9027
commit 2f40192d15

5
DEPS
View File

@ -101,7 +101,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '1ba15ce9a85debe5f4efc21699a9f760af165a64',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '53a65e1c400c29e14e1f3e59be7a3c7327b204ee',
# Fuchsia compatibility
#
@ -392,9 +392,6 @@ deps = {
'src/third_party/fontconfig/src':
Var('chromium_git') + '/external/fontconfig.git' + '@' + 'c336b8471877371f0190ba06f7547c54e2b890ba',
'src/third_party/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'caa60026e223fc501e8b337fd5086ece4028b1c6',
# Headers for Vulkan 1.1
'src/third_party/vulkan':
Var('github_git') + '/KhronosGroup/Vulkan-Docs.git' + '@' + 'v1.1.91',