From baf4829a6141f5eee81abc0067e39bfeba76b020 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Thu, 14 Mar 2024 12:16:41 +0000 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9parse5=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 419d8e5..5d97b4c 100644 --- a/bundle.json +++ b/bundle.json @@ -25,7 +25,15 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "header": { + "header_base": "//third_party/parse5", + "header_files": [] + }, + "name": "//third_party/parse5:parse5_ark_hap" + } + ], "test": [] } } -- Gitee