From 4501117543ccd6b760867829a52b73be5fb4afde Mon Sep 17 00:00:00 2001 From: the-minions-of-cplu Date: Mon, 14 Mar 2022 16:51:17 +0800 Subject: [PATCH] change libphones' part name to common Signed-off-by: the-minions-of-cplu --- cpp/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/BUILD.gn b/cpp/BUILD.gn index 219ad9c..c9d1426 100755 --- a/cpp/BUILD.gn +++ b/cpp/BUILD.gn @@ -81,9 +81,9 @@ ohos_shared_library("phonenumber_standard") { "I18N_PHONENUMBERS_USE_ICU_REGEXP", "HAVE_PTHREAD", ] + part_name = "common" + subsystem_name = "common" remove_configs = [ "//build/config/compiler:no_rtti" ] ldflags = [ "-shared" ] - subsystem_name = "global" - part_name = "i18n_standard" install_enable = true } -- Gitee