mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-12-03 14:40:47 +00:00
fix gn format
Signed-off-by: 罗博明 <luoboming@huawei.com>
This commit is contained in:
parent
33f823276c
commit
463e10f805
@ -32,9 +32,9 @@ ohos_shared_library("icundk") {
|
||||
sources = [ "src/icu_addon.cpp" ]
|
||||
|
||||
deps = [
|
||||
":ohos_icudat",
|
||||
"//third_party/icu/icu4c:shared_icui18n",
|
||||
"//third_party/icu/icu4c:shared_icuuc",
|
||||
":ohos_icudat"
|
||||
]
|
||||
external_deps = []
|
||||
defines = []
|
||||
@ -71,7 +71,7 @@ action("pkg_icudata") {
|
||||
"-f",
|
||||
"$icu_data_filter_dir",
|
||||
"-v",
|
||||
"$icu_dat_name"
|
||||
"$icu_dat_name",
|
||||
]
|
||||
outputs = [ "$root_out_dir/thirdparty/icu/out/$icu_dat_name.dat" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user