From c8169db4b09e27e928b958b8e37a7c45404fff72 Mon Sep 17 00:00:00 2001 From: wangshi Date: Tue, 1 Nov 2022 12:48:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E7=BC=96=E8=AF=91=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangshi --- graphic/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphic/BUILD.gn b/graphic/BUILD.gn index 31907fde8..b258d7460 100755 --- a/graphic/BUILD.gn +++ b/graphic/BUILD.gn @@ -26,7 +26,8 @@ group("graphic") { "webGL:webGL_hap_test", "windowStage:ActsWindowStageTest", "windowstandard:window_hap_test", - "//third_party/VK-GL-CTS/framework/platform:glcts", + + #"//third_party/VK-GL-CTS/framework/platform:glcts", ] } else { deps = [ -- GitLab