修改BUILD.gn的output_name字段

Signed-off-by: Lostoner <nizihao1@huawei.com>
This commit is contained in:
Lostoner 2023-06-26 10:08:11 +08:00
parent f6202bc758
commit fd653da94f
2 changed files with 1 additions and 34 deletions

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"
part_name = "opencl-headers"
subsystem_name = "resourceschedule"

View File

@ -1,33 +0,0 @@
{
"name": "@ohos/opencl-headers",
"description": "This repository contains C language headers for the OpenCL API.",
"version": "2.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/opencl-headers"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "opencl-headers",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}