From 8f458115565d30203293a18d7a3ce64a54acfb86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Mon, 2 Sep 2024 02:49:10 +0000 Subject: [PATCH] update bundle.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- bundle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 1db6e75d..f6f28449 100644 --- a/bundle.json +++ b/bundle.json @@ -33,7 +33,10 @@ "type": "so", "name": "//third_party/alsa-lib:libasound", "header": { - "header_base": "//third_party/alsa-lib", + "header_base": [ + "//third_party/alsa-lib", + "//third_party/alsa-lib/include" + ], "header_files": [ ] } -- Gitee