fix system_ty[e & remove useless depend

Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com>
This commit is contained in:
y30045862
2025-03-29 20:15:53 +08:00
parent 29aa676711
commit df0ac6d539
2 changed files with 6 additions and 12 deletions
+3 -6
View File
@@ -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
View File
@@ -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": [
{