From 21a5f9e2098966a7ac29a180d62096054257d766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=93=92?= Date: Thu, 14 Mar 2024 09:19:05 +0800 Subject: [PATCH] fix NativeVsync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘瓒 Change-Id: I6991347d203e0200a041dd99d9dc65cee156a9aa --- graphic/graphic_2d/native_vsync/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_vsync/BUILD.gn b/graphic/graphic_2d/native_vsync/BUILD.gn index a7b9b402e50..5c74bc84bb5 100644 --- a/graphic/graphic_2d/native_vsync/BUILD.gn +++ b/graphic/graphic_2d/native_vsync/BUILD.gn @@ -23,6 +23,6 @@ ohos_ndk_library("libnative_vsync_ndk") { output_name = "native_vsync" output_extension = "so" ndk_description_file = "./libnative_vsync.ndk.json" - system_capability = "SystemCapability.Graphic.Graphic2D.NativeVSync" + system_capability = "SystemCapability.Graphic.Graphic2D.NativeVsync" system_capability_headers = [ "native_vsync/native_vsync.h" ] } -- Gitee