From 008bb95929e596f2774ec2cfef53e5ca67826627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=8E=89=E6=9D=B0?= Date: Thu, 9 May 2024 02:54:37 +0000 Subject: [PATCH 1/2] update BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马玉杰 --- BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index ac860265..d94e7f60 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -139,7 +139,10 @@ ohos_shared_library("sndfile") { public_configs = [ ":export_include_config" ] - innerapi_tags = [ "platformsdk_indirect" ] + innerapi_tags = [ + "chipsetsdk", + "platformsdk", + ] subsystem_name = "thirdparty" part_name = "libsnd" } From ef9c76bbe4fdb6cb31787f924174792ddebae132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=8E=89=E6=9D=B0?= Date: Thu, 9 May 2024 10:37:25 +0000 Subject: [PATCH 2/2] update BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马玉杰 --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index d94e7f60..89707415 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -140,8 +140,8 @@ ohos_shared_library("sndfile") { public_configs = [ ":export_include_config" ] innerapi_tags = [ - "chipsetsdk", - "platformsdk", + "chipsetsdk_indirect", + "platformsdk_indirect", ] subsystem_name = "thirdparty" part_name = "libsnd"