From 113ee6356e7cd9f08c910d0dc0daae9035bbeb5d Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Tue, 9 Apr 2024 09:18:10 +0000 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9exfatprogs=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=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 | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/bundle.json b/bundle.json index 2734b9f..7556cf5 100644 --- a/bundle.json +++ b/bundle.json @@ -28,18 +28,16 @@ "sub_component": [], "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" - } + "name": "//third_party/exfatprogs:libexfat" + }, + { + "name": "//third_party/exfatprogs:exfatlabel" + }, + { + "name": "//third_party/exfatprogs:fsck.exfat" + }, + { + "name": "//third_party/exfatprogs:mkfs.exfat" } ], "test": []