fix gn format

Signed-off-by: 罗博明 <luoboming@huawei.com>
This commit is contained in:
罗博明 2024-08-20 06:18:41 +00:00 committed by Gitee
parent 33f823276c
commit 463e10f805
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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" ]
}