From b643ece49e03a9698f91f88b4005574e87db82dc Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Sat, 11 May 2024 07:54:38 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0bundle.json=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E6=B6=88=E9=99=A4=E9=94=99=E8=AF=AF=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/bundle.json b/bundle.json index ffaff8b..8d55482 100644 --- a/bundle.json +++ b/bundle.json @@ -26,26 +26,7 @@ "sub_component": ["//third_party/astc-encoder:astc_encoder_shared"], "inner_kits": [ { - "name": "//third_party/astc-encoder:astc_encoder_shared", - "header": { - "header_files": [ - "astcenc_diagnostic_trace.h", - "astcenc_internal.h", - "astcenc_mathlib.h", - "astcenc_vecmathlib_avx2_8.h", - "astcenc_vecmathlib_common_4.h", - "astcenc_vecmathlib_neon_4.h", - "astcenc_vecmathlib_none_4.h", - "astcenc_vecmathlib_sse_4.h", - "astcenc_vecmathlib.h", - "astcenc.h", - "astcencci_internal.h", - "stb_image_write.h", - "stb_image.h", - "tinyexr.h" - ], - "header_base": "//third_party/astc-encoder/Source" - } + "name": "//third_party/astc-encoder:astc_encoder_shared" } ], "test": [] -- Gitee