diff --git a/BUILD.gn b/BUILD.gn index 0ecc6061026460d38bd362f136dda63fcfc615b8..b0e7b6c633c6573bb8159520d654f529973e8d7d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -345,13 +345,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",