改编译选项使用全量数据

Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
zhangdd_ewan 2024-03-19 12:03:51 +08:00
parent 53bc58d95e
commit 6706ee1935

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 ("${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"