修改参数名

Signed-off-by: 罗博明 <luoboming@huawei.com>
This commit is contained in:
罗博明 2022-10-21 06:31:07 +00:00 committed by Gitee
parent 28359ec41c
commit 6baf92a07c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"name": "icu",
"subsystem": "thirdparty",
"syscap": [],
"features": ["support_locales"],
"features": ["icu_support_locales"],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",

View File

@ -12,5 +12,5 @@
# limitations under the License.
declare_args() {
support_locales = true
icu_support_locales = true
}

View File

@ -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"