!199 改编译选项使用全量icu数据

Merge pull request !199 from zhangdd_ewan/cherry-240318
This commit is contained in:
openharmony_ci 2024-03-19 06:44:03 +00:00 committed by Gitee
commit 5fd9267e0f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 1 deletions

View File

@ -13,4 +13,5 @@
declare_args() {
icu_support_locales = true
build_feature = "normal"
}

View File

@ -57,7 +57,7 @@ ohos_static_library("static_icustubdata") {
ohos_prebuilt_etc("ohos_icudat") {
if ("${product_name}" == "ohcore") {
source = "//third_party/icu/ohos_icu4j/data/icudt68l.dat"
} else if ("${product_name}" == "higeneric") {
} else if ("${build_feature}" == "lite") {
source = "//third_party/icu/ohos_icu4j/data/lite/icudt72l.dat"
} else if (icu_support_locales) {
source = "//third_party/icu/ohos_icu4j/data/icudt72l.dat"