File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ allowed_hosts = [
9797]
9898
9999deps = {
100- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '6cee685b6bed193471aa7eaffae1fdc56cef0060 ' ,
100+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + 'e32fd57c0e35159ae49a51b499be54904c4077be ' ,
101101
102102 # Fuchsia compatibility
103103 #
@@ -631,17 +631,6 @@ deps = {
631631}
632632
633633hooks = [
634- {
635- # This clobbers when necessary (based on get_landmines.py). It must be the
636- # first hook so that other things that get/generate into the output
637- # directory will not subsequently be clobbered.
638- 'name' : 'landmines' ,
639- 'pattern' : '.' ,
640- 'action' : [
641- 'python3' ,
642- 'src/build/landmines.py' ,
643- ],
644- },
645634 {
646635 # Update the Windows toolchain if necessary.
647636 'name' : 'win_toolchain' ,
You can’t perform that action at this time.
0 commit comments