mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-01 06:41:58 -04:00
fix system_ty[e & remove useless depend
Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com>
This commit is contained in:
@@ -56,7 +56,6 @@ ohos_shared_library("liburing") {
|
||||
sources += [ "$code_dir/" + src ]
|
||||
}
|
||||
deps = [ ":liburing_configure" ]
|
||||
external_deps = [ "c_utils:utils" ]
|
||||
subsystem_name = "thirdparty"
|
||||
part_name = "liburing"
|
||||
innerapi_tags = [ "platformsdk" ]
|
||||
@@ -71,20 +70,18 @@ ohos_executable("liburing_example_io_uring") {
|
||||
configs = [ ":liburing_config" ]
|
||||
deps = [ ":liburing" ]
|
||||
|
||||
install_enable = true
|
||||
install_enable = false
|
||||
subsystem_name = "thirdparty"
|
||||
part_name = "liburing"
|
||||
}
|
||||
|
||||
ohos_executable("liburing_example_io_uring_close") {
|
||||
sources = [
|
||||
"examples/io_uring-close-test.c",
|
||||
]
|
||||
sources = [ "examples/io_uring-close-test.c" ]
|
||||
include_dirs = [ "test" ]
|
||||
configs = [ ":liburing_config" ]
|
||||
deps = [ ":liburing" ]
|
||||
|
||||
install_enable = true
|
||||
install_enable = false
|
||||
subsystem_name = "thirdparty"
|
||||
part_name = "liburing"
|
||||
}
|
||||
|
||||
+3
-6
@@ -18,19 +18,16 @@
|
||||
"subsystem": "thirdparty",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [ "standard" ],
|
||||
"adapted_system_type": [ "mini","small","standard" ],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [
|
||||
"c_utils"
|
||||
],
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//third_party/liburing:liburing",
|
||||
"//third_party/liburing:uring_test"
|
||||
"//third_party/liburing:liburing"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user