From 52d8f0a38c52c4f6e85e8ef583ff263e149ef5c1 Mon Sep 17 00:00:00 2001 From: mengjingzhimo Date: Thu, 14 Apr 2022 20:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E5=90=8D=E4=B8=BAthird=5Fparty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mengjingzhimo Change-Id: I670111310eb3cfad8875a07c323325e625995657 --- bundle.json | 2 +- src/BUILD.gn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 1b5e1ad..68f1070 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "scripts": {}, "component": { "name": "thirdparty_protobuf", - "subsystem": "", + "subsystem": "third_party", "syscap": [], "features": [], "adapted_system_type": [], diff --git a/src/BUILD.gn b/src/BUILD.gn index 9dd7741..0882308 100644 --- a/src/BUILD.gn +++ b/src/BUILD.gn @@ -148,7 +148,7 @@ ohos_shared_library("protobuf_standard") { "-Wno-inconsistent-missing-override", ] ldflags = [ "-shared" ] - part_name = "common" - subsystem_name = "common" + part_name = "protobuf" + subsystem_name = "third_party" install_enable = true } -- Gitee