From b1cddb61a22d8fe418577cd08da02cf0957cf15a Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 18 Oct 2023 15:01:58 -0700 Subject: [PATCH 1/3] Update buildroot to ab76ccba2ca4ce4. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b6a3f027a0248..fcd25f63598b4 100644 --- a/DEPS +++ b/DEPS @@ -262,7 +262,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ab1d95b34a806908a4a4b4cd9a6246e564e59566', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ab76ccba2ca4ce40c7f52f9007704906d0bb5362', 'src/third_party/rapidjson': Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b', From 13f6ec2ff8d7306d7df73bb8a4c0b0b8687a843a Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 18 Oct 2023 15:20:25 -0700 Subject: [PATCH 2/3] Update DEPS --- DEPS | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/DEPS b/DEPS index fcd25f63598b4..4d44d0604616b 100644 --- a/DEPS +++ b/DEPS @@ -981,17 +981,6 @@ hooks = [ 'pattern': '.', 'action': ['python3', 'src/build/vs_toolchain.py', 'update'], }, - { - # Ensure that we don't accidentally reference any .pyc files whose - # corresponding .py files have already been deleted. - 'name': 'remove_stale_pyc_files', - 'pattern': 'src/tools/.*\\.py', - 'action': [ - 'python3', - 'src/tools/remove_stale_pyc_files.py', - 'src/tools', - ], - }, { 'name': 'dia_dll', 'pattern': '.', From 36614bc934548d589c0caff64dc563a3b746ea86 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 18 Oct 2023 15:20:44 -0700 Subject: [PATCH 3/3] Update excluded_files --- ci/licenses_golden/excluded_files | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/licenses_golden/excluded_files b/ci/licenses_golden/excluded_files index f36174f424ce7..36119e952ad9b 100644 --- a/ci/licenses_golden/excluded_files +++ b/ci/licenses_golden/excluded_files @@ -4,7 +4,6 @@ ../../../.github ../../../.gitignore ../../../.gn -../../../.ycm_extra_conf.py ../../../AUTHORS ../../../CODEOWNERS ../../../README.md