diff --git a/bundle.json b/bundle.json index e48a892cf2ad8395d9a92f13a6763e32e4fafce2..2734b9f273164f952c3c3c9cfc146d85b99b02b1 100644 --- a/bundle.json +++ b/bundle.json @@ -26,7 +26,22 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/exfatprogs:libexfat", + "header": { + "header_files": [ + "exfat_dir.h", + "exfat_fs.h", + "exfat_ondisk.h", + "libexfat.h", + "list.h", + "version.h" + ], + "header_base": "//third_party/exfatprogs/include" + } + } + ], "test": [] } }