From 6627b282907c2cb505d6344c3e4cc88424a59a57 Mon Sep 17 00:00:00 2001 From: zhongning5 Date: Thu, 2 Jan 2025 11:13:45 +0800 Subject: [PATCH] =?UTF-8?q?shared=5Ficuuc=20=E5=A2=9E=E5=8A=A0updater?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhongning5 --- icu4c/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/icu4c/BUILD.gn b/icu4c/BUILD.gn index fda58f49..287e8eb0 100644 --- a/icu4c/BUILD.gn +++ b/icu4c/BUILD.gn @@ -548,7 +548,10 @@ ohos_shared_library("shared_icuuc") { subsystem_name = "$icu_subsystem_name" innerapi_tags = [ "platformsdk" ] - install_images = [ system_base_dir ] + install_images = [ + system_base_dir, + updater_base_dir, + ] relative_install_dir = "platformsdk" output_name = "hmicuuc" install_enable = true -- Gitee