From b260aa9baa3adeb31f18657d03e8cda8026b2e5b Mon Sep 17 00:00:00 2001 From: junchengmo <1040302655@qq.com> Date: Sat, 26 Jul 2025 16:58:21 +0800 Subject: [PATCH] feima_decouple Signed-off-by: junchengmo <1040302655@qq.com> --- audio/v4_0/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/v4_0/BUILD.gn b/audio/v4_0/BUILD.gn index bf024567..887a9f1d 100644 --- a/audio/v4_0/BUILD.gn +++ b/audio/v4_0/BUILD.gn @@ -36,5 +36,6 @@ if (defined(ohos_lite)) { language = "c" subsystem_name = "hdf" part_name = "drivers_interface_audio" + innerapi_tags = ["chipsetsdk"] } } -- Gitee