From 8132e5a2e91c392d7c0892b7c4988cb967c8b383 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Tue, 27 Feb 2024 03:34:07 +0000 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9libbpf=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 | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 946c53b..e02b3ee 100644 --- a/bundle.json +++ b/bundle.json @@ -27,7 +27,36 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/libbpf:libbpf", + "header": { + "header_files": [ + "bpf.h", + "bpf_core_read.h", + "bpf_endian.h", + "bpf_gen_internal.h", + "bpf_helper_defs.h", + "bpf_helpers.h", + "bpf_prog_linfo.h", + "bpf_tracing.h", + "btf.h", + "hashmap.h", + "libbpf.h", + "libbpf_common.h", + "libbpf_internal.h", + "libbpf_legacy.h", + "libbpf_version.h", + "nlattr.h", + "relo_core.h", + "skel_internal.h", + "str_error.h", + "strset.h" + ], + "header_base": "//third_party/libbpf/src" + } + } + ], "test": [] } } -- Gitee