aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/build/flutter.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/build/flutter.py')
-rw-r--r--infra/bots/recipe_modules/build/flutter.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/build/flutter.py b/infra/bots/recipe_modules/build/flutter.py
index 13403cd203..fee92c1621 100644
--- a/infra/bots/recipe_modules/build/flutter.py
+++ b/infra/bots/recipe_modules/build/flutter.py
@@ -10,9 +10,6 @@ def compile_fn(api, _):
out_dir = configuration
with api.context(cwd=flutter_dir):
- # Runhook to generate the gn binary in buildtools.
- api.gclient.runhooks()
-
# Setup GN args.
gn_args = [
'--runtime-mode=%s' % configuration,