!26 BUILD.gn修改字段

Merge pull request !26 from 匿离/master
This commit is contained in:
openharmony_ci 2023-06-26 04:31:52 +00:00 committed by Gitee
commit 1bcc0a14f6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -33,7 +33,7 @@ ohos_shared_library("libcl") {
sources = [ "src/opencl_wrapper.cpp" ]
configs = [ ":cl_config" ]
public_configs = [ ":cl_public_config" ]
output_name = "OpenCL"
output_name = "opencl_wrapper"
output_extension = "so"
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "opencl-headers"