mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-23 08:10:07 +00:00
改编译选项使用全量数据
Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
parent
53bc58d95e
commit
6706ee1935
@ -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 ("${build_feature}" == "anco") {
|
||||
} 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