From 318fdc96ede18e9b912f978e32b2d434654abf28 Mon Sep 17 00:00:00 2001 From: limingkang Date: Thu, 24 Nov 2022 19:28:36 +0800 Subject: [PATCH] =?UTF-8?q?fixed=208fca3a9=20from=20https://gitee.com/xiao?= =?UTF-8?q?-ming-k/xts=5Facts/pulls/6685=20=E6=B7=BB=E5=8A=A0=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limingkang Change-Id: Ia6d367501a73042e358afc67ce159eb95180411c --- graphic/graphicnapitest/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphic/graphicnapitest/BUILD.gn b/graphic/graphicnapitest/BUILD.gn index b017c3ea6..91f953261 100644 --- a/graphic/graphicnapitest/BUILD.gn +++ b/graphic/graphicnapitest/BUILD.gn @@ -54,6 +54,8 @@ ohos_moduletest_suite("ActsGraphicNapiTest") { "//base/security/access_token/interfaces/innerkits/token_setproc:libtoken_setproc", "//foundation/graphic/graphic_2d:libnative_image", "//foundation/graphic/graphic_2d:libsurface", + "//foundation/graphic/graphic_2d/frameworks/opengl_wrapper:EGL", + "//foundation/graphic/graphic_2d/frameworks/opengl_wrapper:GLESv3", "//foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync:libnative_vsync", "//foundation/graphic/graphic_2d/rosen/modules/composer/vsync:libvsync", "//foundation/graphic/graphic_2d/utils:buffer_handle", -- GitLab