From a17f69910498a6995e0a6163376e497466bcd5a3 Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Mon, 6 May 2024 16:54:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E9=9C=80=E6=B1=82]:=20=E7=AC=AC?= =?UTF-8?q?=E4=B8=89=E6=96=B9elfio=E9=83=A8=E4=BB=B6=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=A2=9E=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: https://gitee.com/openharmony/third_party_elfio/issues/I92DUT?from=project-issue Test: target构建检查 Signed-off-by: xwx1135370 --- bundle.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 0262da7..483fc43 100644 --- a/bundle.json +++ b/bundle.json @@ -26,7 +26,17 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/elfio:elfio", + "header": { + "header_files": [ + "elfio_c_wrapper.h" + ], + "header_base": "//third_party/elfio/c_wrapper" + } + } + ], "test": [] } } -- Gitee