diff --git a/bundle.json b/bundle.json index 946c53b6f72d607a4f4d819017ac58b5bdcf1d86..e02b3eeccbf629b8210d80844f6059bedd71894d 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": [] } }