mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-23 15:10:32 +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",
|
"-fPIC",
|
||||||
]
|
]
|
||||||
deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
|
deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
|
||||||
external_deps = [
|
external_deps = [ "init:libbegetutil" ]
|
||||||
"hiviewdfx_hilog_native:libhilog",
|
|
||||||
"init:libbegetutil",
|
|
||||||
]
|
|
||||||
subsystem_name = "global"
|
subsystem_name = "global"
|
||||||
part_name = "i18n"
|
part_name = "i18n"
|
||||||
}
|
}
|
||||||
|
@ -41,9 +41,7 @@ ohos_shared_library("intl") {
|
|||||||
deps = [
|
deps = [
|
||||||
"//base/global/i18n/frameworks/intl:intl_util",
|
"//base/global/i18n/frameworks/intl:intl_util",
|
||||||
"//foundation/arkui/napi:ace_napi",
|
"//foundation/arkui/napi:ace_napi",
|
||||||
"//third_party/icu/icu4c:shared_icui18n",
|
|
||||||
"//third_party/icu/icu4c:shared_icuuc",
|
"//third_party/icu/icu4c:shared_icuuc",
|
||||||
"//third_party/libphonenumber/cpp:phonenumber_standard",
|
|
||||||
]
|
]
|
||||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||||
relative_install_dir = "module"
|
relative_install_dir = "module"
|
||||||
@ -74,7 +72,6 @@ ohos_shared_library("i18n") {
|
|||||||
"//base/global/i18n/frameworks/intl:preferred_language",
|
"//base/global/i18n/frameworks/intl:preferred_language",
|
||||||
"//third_party/icu/icu4c:shared_icui18n",
|
"//third_party/icu/icu4c:shared_icui18n",
|
||||||
"//third_party/icu/icu4c:shared_icuuc",
|
"//third_party/icu/icu4c:shared_icuuc",
|
||||||
"//third_party/libphonenumber/cpp:phonenumber_standard",
|
|
||||||
]
|
]
|
||||||
external_deps = [
|
external_deps = [
|
||||||
"hiviewdfx_hilog_native:libhilog",
|
"hiviewdfx_hilog_native:libhilog",
|
||||||
|
Loading…
Reference in New Issue
Block a user