Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6e732c7

Browse files
authored
Change flutter runner target for LUCI (#10075)
1 parent 44ec59b commit 6e732c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fuchsia/build_fuchsia_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def main():
156156

157157
targets_to_build = [
158158
# The Flutter Runner.
159-
'flutter/shell/platform/fuchsia/flutter:flutter',
159+
'flutter/shell/platform/fuchsia/flutter:flutter_jit_runner',
160160

161161
# The Dart Runner.
162162
'flutter/shell/platform/fuchsia/dart:dart',

0 commit comments

Comments
 (0)