mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-27 10:21:02 +00:00
commit
485d9305b4
@ -606,7 +606,7 @@ ohos_shared_library("shared_icui18n") {
|
||||
install_enable = true
|
||||
}
|
||||
|
||||
ohos_static_library("static_icuuc") {
|
||||
ohos_source_set("static_icuuc") {
|
||||
configs = [
|
||||
":icu_config",
|
||||
"//build/config/compiler:rtti",
|
||||
@ -648,7 +648,6 @@ ohos_static_library("static_icuuc") {
|
||||
]
|
||||
|
||||
cflags = [
|
||||
"-fvisibility=hidden",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections",
|
||||
"-Os",
|
||||
@ -666,7 +665,7 @@ ohos_static_library("static_icuuc") {
|
||||
subsystem_name = "$icu_subsystem_name"
|
||||
}
|
||||
|
||||
ohos_static_library("static_icui18n") {
|
||||
ohos_source_set("static_icui18n") {
|
||||
sources = icu_i18n_source
|
||||
configs = [
|
||||
":icu_config",
|
||||
@ -709,7 +708,6 @@ ohos_static_library("static_icui18n") {
|
||||
}
|
||||
|
||||
cflags = [
|
||||
"-fvisibility=hidden",
|
||||
"-fdata-sections",
|
||||
"-ffunction-sections",
|
||||
"-Os",
|
||||
|
Loading…
Reference in New Issue
Block a user