mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-23 16:19:42 +00:00
!199 改编译选项使用全量icu数据
Merge pull request !199 from zhangdd_ewan/cherry-240318
This commit is contained in:
commit
5fd9267e0f
1
icu.gni
1
icu.gni
@ -13,4 +13,5 @@
|
||||
|
||||
declare_args() {
|
||||
icu_support_locales = true
|
||||
build_feature = "normal"
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user