diff --git a/graphic/graphic_2d/native_vsync/BUILD.gn b/graphic/graphic_2d/native_vsync/BUILD.gn index a7b9b402e50f6866b1fd5c0f80391db08a256ec2..f731c3b8215782eeed0faa027fe0a005880ee4e9 100644 --- a/graphic/graphic_2d/native_vsync/BUILD.gn +++ b/graphic/graphic_2d/native_vsync/BUILD.gn @@ -16,13 +16,14 @@ import("//build/ohos/ndk/ndk.gni") ohos_ndk_headers("native_vsync_header") { dest_dir = "$ndk_headers_out_dir/native_vsync" - sources = [ "//interface/sdk_c/graphic/graphic_2d/native_vsync/native_vsync.h" ] + sources = + [ "//interface/sdk_c/graphic/graphic_2d/native_vsync/native_vsync.h" ] } 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" ] }