From 8219f6914bbd4de54bb7770a1f0a154d9dae269c Mon Sep 17 00:00:00 2001 From: the-minions-of-cplu Date: Wed, 16 Mar 2022 15:50:40 +0800 Subject: [PATCH] remove third_party's part_name Signed-off-by: the-minions-of-cplu --- src/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BUILD.gn b/src/BUILD.gn index 4d7586c..9dd7741 100644 --- a/src/BUILD.gn +++ b/src/BUILD.gn @@ -148,7 +148,7 @@ ohos_shared_library("protobuf_standard") { "-Wno-inconsistent-missing-override", ] ldflags = [ "-shared" ] - subsystem_name = "global" - part_name = "i18n_standard" + part_name = "common" + subsystem_name = "common" install_enable = true } -- Gitee