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

Commit eb74f2c

Browse files
authored
One more luci fix (#10078)
* Missing icu data from the far * One more place to change the artifact name * real name
1 parent 6e732c7 commit eb74f2c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

shell/platform/fuchsia/flutter/BUILD.gn

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,13 @@ template("jit_runner") {
164164
binary = "flutter_jit${product_suffix}_runner"
165165

166166
resources = [
167+
{
168+
path = rebase_path("//third_party/icu/common/icudtl.dat")
169+
dest = "icudtl.dat"
170+
},
171+
]
172+
173+
resources += [
167174
{
168175
path = rebase_path(
169176
"$snapshot_gen_dir/vm_isolate_snapshot${product_suffix}.bin")

tools/fuchsia/gather_flutter_runner_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717

1818
_ARTIFACT_PATH_TO_DST = {
19-
'flutter_runner': 'flutter_runner',
19+
'flutter_jit_runner': 'flutter_jit_runner',
2020
'icudtl.dat': 'data/icudtl.dat',
2121
'dart_runner': 'dart_runner',
2222
'flutter_patched_sdk': 'flutter_patched_sdk'

0 commit comments

Comments
 (0)