diff --git a/BUILD.gn b/BUILD.gn index 7832b35aacdd90122ff3153f781e3b56e8bedcc2..69592af01f6685d442922b566a71fb8382737c6e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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" } diff --git a/bundle.json b/bundle.json index 55e7a2e2b7b0b18534dc622407f6e8e1a1074349..9ad87894b797536ce00e954a8f5fc351c46a130c 100644 --- a/bundle.json +++ b/bundle.json @@ -18,13 +18,11 @@ "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [ "standard" ], + "adapted_system_type": [ "mini","small","standard" ], "rom": "", "ram": "", "deps": { - "components": [ - "c_utils" - ], + "components": [], "third_party": [] }, "build": {