diff --git a/BUILD.gn b/BUILD.gn index d8ba841e..3849b2cd 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -59,6 +59,8 @@ ohos_shared_library("liburing") { external_deps = [ "c_utils:utils" ] subsystem_name = "thirdparty" part_name = "liburing" + innerapi_tags = [ "platformsdk" ] output_name = "liburing" + output_extension = "so" license_file = "README.OpenSource" } diff --git a/OAT.xml b/OAT.xml index 8e67b874..0c376a99 100644 --- a/OAT.xml +++ b/OAT.xml @@ -35,6 +35,7 @@ + diff --git a/bundle.json b/bundle.json index 5faf8652..2948a466 100644 --- a/bundle.json +++ b/bundle.json @@ -29,7 +29,17 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/liburing:liburing", + "header": { + "header_files": [ + "liburing.h" + ], + "header_base": "//third_party/liburing/src/include" + } + } + ], "test": [] } }