From 0b05723f77ee4e765e47224833c6f41865e3b09e Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Tue, 20 Feb 2024 06:40:02 +0000 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9egl=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E4=BE=9D=E8=B5=96=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 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 863bebe..cc54457 100644 --- a/bundle.json +++ b/bundle.json @@ -27,7 +27,19 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/EGL:libEGL", + "header": { + "header_files": [ + "egl.h", + "eglext.h", + "eglplatform.h" + ], + "header_base": "//third_party/EGL/api/EGL" + } + } + ], "test": [] } } -- Gitee