diff --git a/BUILD.gn b/BUILD.gn index 6d3d856f9bed40f8032bc19b9f1463e45557f2c7..cc9a0ee094f314d9820ee26c9e959095a770750c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -350,13 +350,13 @@ if (defined(ohos_lite)) { } ohos_shared_library("uv") { deps = [ ":libuv_source" ] - external_deps = [ "hilog:libhilog" ] public_configs = [ ":libuv_config" ] subsystem_name = "thirdparty" innerapi_tags = [ "platformsdk" ] part_name = "libuv" if (is_ohos) { output_extension = "so" + external_deps = [ "hilog:libhilog" ] } install_images = [ "system",