Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit baea031

Browse files
committed
Roll buildroot to pull in removal of //tools.
1 parent 9019122 commit baea031

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

DEPS

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ allowed_hosts = [
262262
]
263263

264264
deps = {
265-
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ab1d95b34a806908a4a4b4cd9a6246e564e59566',
265+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '0f889d299e446a66a553e1d061b9454863624e45',
266266

267267
'src/third_party/rapidjson':
268268
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',
@@ -981,17 +981,6 @@ hooks = [
981981
'pattern': '.',
982982
'action': ['python3', 'src/build/vs_toolchain.py', 'update'],
983983
},
984-
{
985-
# Ensure that we don't accidentally reference any .pyc files whose
986-
# corresponding .py files have already been deleted.
987-
'name': 'remove_stale_pyc_files',
988-
'pattern': 'src/tools/.*\\.py',
989-
'action': [
990-
'python3',
991-
'src/tools/remove_stale_pyc_files.py',
992-
'src/tools',
993-
],
994-
},
995984
{
996985
'name': 'dia_dll',
997986
'pattern': '.',

0 commit comments

Comments
 (0)