From 7cfaf33572daa15a9ab19ff801d7fc6f69fe4914 Mon Sep 17 00:00:00 2001 From: wanghongen Date: Mon, 14 Jul 2025 14:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0chipsetsdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghongen --- audio/v5_0/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/v5_0/BUILD.gn b/audio/v5_0/BUILD.gn index b9c55e97..77e208e6 100644 --- a/audio/v5_0/BUILD.gn +++ b/audio/v5_0/BUILD.gn @@ -35,6 +35,9 @@ if (defined(ohos_lite)) { language = "c" subsystem_name = "hdf" + innerapi_tags = [ + "chipsetsdk", + ] part_name = "drivers_interface_audio" } } -- Gitee