diff --git a/bundle.json b/bundle.json index 1b5e1ad6f28eeb1beb41f36379b8a1ceba3bef09..68f1070513751980a4e0294f84eabb5b7ccd5b7c 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 9dd7741b2327c513acabb151b67fd8f8ac8eb024..088230828d7fef1d1b11f2b249657bd759edcf85 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 }