diff --git a/bundle.json b/bundle.json index 0262da7f4a781c103b61ef5511aff69323e50bba..483fc430def62a5d519aea8c4d38c44113776b51 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": [] } }