From f1025b2fa3540e8dce9a26bada32d7ccb0252723 Mon Sep 17 00:00:00 2001 From: Swift Kim Date: Thu, 11 Nov 2021 14:47:05 +0900 Subject: [PATCH] Temporarily depend on a newer version of buildroot (#205) * Temporarily depend on a newer version of buildroot * Remove the landmines hook --- DEPS | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/DEPS b/DEPS index a617c6ae8cf8f..2cd7ac398b7d3 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 # @@ -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',