diff --git a/BUILD.gn b/BUILD.gn index 83d8c119ab0615bd7b1a4ab74c7b84fe0c325116..41522bfe6b4da277305be689ee17112e56962477 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" }