mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Switch to minimal ICU data config for flutter (flutter/engine#5922)
This commit is contained in:
parent
a6a03bef6b
commit
53e707207e
@ -160,7 +160,7 @@ copy("flutter_shell_assets") {
|
||||
visibility = [ ":*" ]
|
||||
|
||||
sources = [
|
||||
"//third_party/icu/android/icudtl.dat",
|
||||
"//third_party/icu/flutter/icudtl.dat",
|
||||
]
|
||||
|
||||
outputs = [
|
||||
|
||||
@ -48,7 +48,7 @@ if (!is_fuchsia_host) {
|
||||
|
||||
resource_copy_mac("mac_desktop_resources") {
|
||||
app_name = "FlutterTester"
|
||||
resources = [ "//third_party/icu/common/icudtl.dat" ]
|
||||
resources = [ "//third_party/icu/flutter/icudtl.dat" ]
|
||||
bundle_directory = "."
|
||||
}
|
||||
|
||||
|
||||
@ -212,7 +212,7 @@ copy("copy_framework_icu") {
|
||||
visibility = [ ":*" ]
|
||||
set_sources_assignment_filter([])
|
||||
sources = [
|
||||
"//third_party/icu/ios/icudtl.dat",
|
||||
"//third_party/icu/flutter/icudtl.dat",
|
||||
]
|
||||
set_sources_assignment_filter(sources_assignment_filter)
|
||||
outputs = [
|
||||
|
||||
@ -114,7 +114,7 @@ if (is_mac) {
|
||||
copy("copy_icu") {
|
||||
visibility = [ ":*" ]
|
||||
sources = [
|
||||
"//third_party/icu/common/icudtl.dat",
|
||||
"//third_party/icu/flutter/icudtl.dat",
|
||||
]
|
||||
outputs = [
|
||||
"$_flutter_embedder_framework_dir/Versions/A/Resources/icudtl.dat",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user