From d98fd3f91d0eb026409cd78a4c3690fbeae2fcc3 Mon Sep 17 00:00:00 2001 From: Swift Kim Date: Wed, 10 Nov 2021 10:17:11 +0900 Subject: [PATCH 1/2] Temporarily depend on a newer version of buildroot --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 367882647b73a..360d05c34d019 100644 --- a/DEPS +++ b/DEPS @@ -97,7 +97,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '6cee685b6bed193471aa7eaffae1fdc56cef0060', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'e32fd57c0e35159ae49a51b499be54904c4077be', # Fuchsia compatibility # From 8acce9016572d60ea5147529fe89c609a72edeb2 Mon Sep 17 00:00:00 2001 From: Swift Kim Date: Wed, 10 Nov 2021 11:16:10 +0900 Subject: [PATCH 2/2] Remove the landmines hook --- DEPS | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/DEPS b/DEPS index 360d05c34d019..6768d87fa8a29 100644 --- a/DEPS +++ b/DEPS @@ -631,17 +631,6 @@ deps = { } hooks = [ - { - # This clobbers when necessary (based on get_landmines.py). It must be the - # first hook so that other things that get/generate into the output - # directory will not subsequently be clobbered. - 'name': 'landmines', - 'pattern': '.', - 'action': [ - 'python3', - 'src/build/landmines.py', - ], - }, { # Update the Windows toolchain if necessary. 'name': 'win_toolchain',