!138 icu4c编译目标添加部件名和子系统名

Merge pull request !138 from sunyaozu/master
This commit is contained in:
openharmony_ci 2023-06-01 05:08:36 +00:00 committed by Gitee
commit c999f65947
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -660,6 +660,8 @@ ohos_static_library("static_icuuc") {
]
output_name = "hmicuuc"
part_name = "$icu_part_name"
subsystem_name = "$icu_subsystem_name"
}
ohos_static_library("static_icui18n") {
@ -717,6 +719,8 @@ ohos_static_library("static_icui18n") {
"-lm",
]
output_name = "hmicui18n"
part_name = "$icu_part_name"
subsystem_name = "$icu_subsystem_name"
}
ohos_static_library("static_icu") {
@ -771,4 +775,6 @@ ohos_static_library("static_icu") {
]
output_name = "hmicu"
part_name = "$icu_part_name"
subsystem_name = "$icu_subsystem_name"
}