mirror of
https://gitee.com/openharmony/third_party_opencl-headers
synced 2024-11-22 22:51:18 +00:00
修改BUILD.gn的output_name字段
Signed-off-by: Lostoner <nizihao1@huawei.com>
This commit is contained in:
parent
f6202bc758
commit
fd653da94f
2
BUILD.gn
2
BUILD.gn
@ -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"
|
||||
|
33
bundle.json
33
bundle.json
@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user