mirror of
https://gitee.com/openharmony/third_party_libuv
synced 2024-12-28 07:33:12 +00:00
change uv path and postfix
Signed-off-by: zhanghaibo <zhanghaibo0@huawei.com> Change-Id: I57e1ef753a36de844e8f826565e3c56d809183ba
This commit is contained in:
parent
2bce4010b5
commit
746098bc89
8
BUILD.gn
8
BUILD.gn
@ -290,6 +290,9 @@ if (defined(ohos_lite)) {
|
||||
public_configs = [ ":libuv_config" ]
|
||||
subsystem_name = "ace"
|
||||
part_name = "napi"
|
||||
if (is_ohos) {
|
||||
output_extension = "so"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -297,15 +300,16 @@ ohos_ndk_library("libuv_ndk") {
|
||||
ndk_description_file = "./libuv.ndk.json"
|
||||
min_compact_version = "1"
|
||||
output_name = "uv"
|
||||
output_extension = "so"
|
||||
}
|
||||
|
||||
ohos_ndk_headers("libuv_header") {
|
||||
dest_dir = "$ndk_headers_out_dir/libuv"
|
||||
dest_dir = "$ndk_headers_out_dir"
|
||||
sources = [ "include/uv.h" ]
|
||||
}
|
||||
|
||||
ohos_ndk_headers("libuv_uv_header") {
|
||||
dest_dir = "$ndk_headers_out_dir/libuv/uv"
|
||||
dest_dir = "$ndk_headers_out_dir/uv"
|
||||
sources = [
|
||||
"include/uv/aix.h",
|
||||
"include/uv/android-ifaddrs.h",
|
||||
|
Loading…
Reference in New Issue
Block a user