From b5211b91afc5c3a3af70d4147e52cdcd47ce730c Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Sun, 18 Feb 2024 08:24:47 +0000 Subject: [PATCH 1/2] =?UTF-8?q?astc-encoder=E9=83=A8=E4=BB=B6=E7=8B=AC?= =?UTF-8?q?=E7=AB=8B=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 | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 34750d5..38be165 100644 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,30 @@ }, "build": { "sub_component": ["//third_party/astc-encoder:astc_encoder_shared"], - "inner_kits": [], + "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": "//arkcompiler/third_party/astc-encoder/Source" + } + } + ], "test": [] } } -- Gitee From ce0bf4cf9260b6d448bb382a9b0889d299300860 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Sun, 18 Feb 2024 09:39:33 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9bundle.json=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84header=5Fbase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 38be165..ffaff8b 100644 --- a/bundle.json +++ b/bundle.json @@ -44,7 +44,7 @@ "stb_image.h", "tinyexr.h" ], - "header_base": "//arkcompiler/third_party/astc-encoder/Source" + "header_base": "//third_party/astc-encoder/Source" } } ], -- Gitee