From 3059408e4f333b411480138d433d41c7a495c2e1 Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Fri, 11 Jul 2025 02:10:05 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0chipsetsdk=5Fsp=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 9453756..efc591b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -83,6 +83,7 @@ ohos_shared_library("protobuf_lite") { innerapi_tags = [ "platformsdk_indirect", "chipsetsdk", + "chipsetsdk_sp", ] subsystem_name = "${THIRDPARTY_PROTOBUF_SUBSYS_NAME}" part_name = "${THIRDPARTY_PROTOBUF_PART_NAME}" -- Gitee From dce2d8c234d60e4632427e500c657d7b950f906f Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Fri, 11 Jul 2025 03:25:01 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0chipsetsdk-sp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index efc591b..42f94e7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -82,7 +82,6 @@ ohos_shared_library("protobuf_lite") { install_enable = true innerapi_tags = [ "platformsdk_indirect", - "chipsetsdk", "chipsetsdk_sp", ] subsystem_name = "${THIRDPARTY_PROTOBUF_SUBSYS_NAME}" -- Gitee