From 6baf92a07c208b4fa48655ea357da8a211c9ad47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=8D=9A=E6=98=8E?= Date: Fri, 21 Oct 2022 06:31:07 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 罗博明 --- bundle.json | 2 +- icu.gni | 2 +- icu4c/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index ab4e1733..10123b79 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "name": "icu", "subsystem": "thirdparty", "syscap": [], - "features": ["support_locales"], + "features": ["icu_support_locales"], "adapted_system_type": [ "standard" ], "rom": "", "ram": "", diff --git a/icu.gni b/icu.gni index 2c24b42f..1c8db8b2 100644 --- a/icu.gni +++ b/icu.gni @@ -12,5 +12,5 @@ # limitations under the License. declare_args() { - support_locales = true + icu_support_locales = true } \ No newline at end of file diff --git a/icu4c/BUILD.gn b/icu4c/BUILD.gn index a6bb1163..fda0db13 100644 --- a/icu4c/BUILD.gn +++ b/icu4c/BUILD.gn @@ -48,7 +48,7 @@ ohos_static_library("static_icustubdata") { } ohos_prebuilt_etc("ohos_icudat") { - if (support_locales) { + if (icu_support_locales) { source = "//third_party/icu/ohos_icu4j/data/icudt69l.dat" } else { source = "//third_party/icu/ohos_icu4j/data/lite/icudt69l.dat"