mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-23 07:00:13 +00:00
去除冗余依赖
Signed-off-by: aodongbiao <aodongbiao@huawei.com> Change-Id: Ib12b90565f5482035c94bc6fa2bd8654d25257dd
This commit is contained in:
parent
745c31944f
commit
233320a670
@ -38,10 +38,7 @@ ohos_shared_library("preferred_language") {
|
||||
"-fPIC",
|
||||
]
|
||||
deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
|
||||
external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"init:libbegetutil",
|
||||
]
|
||||
external_deps = [ "init:libbegetutil" ]
|
||||
subsystem_name = "global"
|
||||
part_name = "i18n"
|
||||
}
|
||||
|
@ -41,9 +41,7 @@ ohos_shared_library("intl") {
|
||||
deps = [
|
||||
"//base/global/i18n/frameworks/intl:intl_util",
|
||||
"//foundation/arkui/napi:ace_napi",
|
||||
"//third_party/icu/icu4c:shared_icui18n",
|
||||
"//third_party/icu/icu4c:shared_icuuc",
|
||||
"//third_party/libphonenumber/cpp:phonenumber_standard",
|
||||
]
|
||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
relative_install_dir = "module"
|
||||
@ -74,7 +72,6 @@ ohos_shared_library("i18n") {
|
||||
"//base/global/i18n/frameworks/intl:preferred_language",
|
||||
"//third_party/icu/icu4c:shared_icui18n",
|
||||
"//third_party/icu/icu4c:shared_icuuc",
|
||||
"//third_party/libphonenumber/cpp:phonenumber_standard",
|
||||
]
|
||||
external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
|
Loading…
Reference in New Issue
Block a user