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

Commit 09d2961

Browse files
authored
Revert "Roll buildroot to pull in removal of //tools. (#47032)"
This reverts commit acc3357.
1 parent 78026b4 commit 09d2961

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

DEPS

Lines changed: 12 additions & 1 deletion
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' + '@' + 'f4b39f2bb89accd10cf097a6dedee5bcf9229286',
265+
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ab1d95b34a806908a4a4b4cd9a6246e564e59566',
266266

267267
'src/third_party/rapidjson':
268268
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',
@@ -981,6 +981,17 @@ 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+
},
984995
{
985996
'name': 'dia_dll',
986997
'pattern': '.',

ci/licenses_golden/excluded_files

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
../../../.github
55
../../../.gitignore
66
../../../.gn
7+
../../../.ycm_extra_conf.py
78
../../../AUTHORS
89
../../../CODEOWNERS
910
../../../README.md
@@ -3111,3 +3112,4 @@
31113112
../../../third_party/zlib/google/zip_unittest.cc
31123113
../../../third_party/zlib/patches/README
31133114
../../../third_party/zlib/zlib.3
3115+
../../../tools

0 commit comments

Comments
 (0)