From 2ef5f246d99cf6409a0ab5bc76b8cc71a00084b6 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/BUILD.gn b/cpp/BUILD.gn index 219ad9c..e5330ec 100755 --- a/cpp/BUILD.gn +++ b/cpp/BUILD.gn @@ -84,6 +84,6 @@ ohos_shared_library("phonenumber_standard") { remove_configs = [ "//build/config/compiler:no_rtti" ] ldflags = [ "-shared" ] subsystem_name = "global" - part_name = "i18n_standard" + part_name = "common" install_enable = true } -- Gitee