From 6acb8c7a6803ee6ae4ede6360f5925932f28650e Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Wed, 17 May 2023 16:13:59 +0800 Subject: [PATCH] add innertag on third_party_libsnd Signed-off-by: chengjinsong2 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 83d8c119..41522bfe 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -134,6 +134,7 @@ ohos_source_set("sndfile_sources") { ohos_shared_library("sndfile") { deps = [ ":sndfile_sources" ] + innerapi_tags = [ "platformsdk_indirect" ] subsystem_name = "multimedia" part_name = "audio_framework" } -- Gitee