update ohos_icu4c/BUILD.gn.

Signed-off-by: wangkexin <wangkexin14@huawei.com>
This commit is contained in:
wangkexin 2024-05-11 06:28:59 +00:00 committed by Gitee
parent 233be82f8b
commit 92eff1b5af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -33,9 +33,10 @@ ohos_shared_library("icundk") {
"//third_party/icu/icu4c:shared_icuuc",
]
external_deps = []
defines = []
if (icu_support_libbegetutil) {
defines += [ "ICU_SUPPORT_LIBBEGETUTIL" ]
external_deps += [ "init:libbegetutil" ]
defines += [ "ICU_SUPPORT_LIBBEGETUTIL" ]
external_deps += [ "init:libbegetutil" ]
}
version_script = "libicu.map"