From 052080f32186fdb3f21b37873d16161ff49f56b3 Mon Sep 17 00:00:00 2001 From: liaoxingxing Date: Thu, 17 Oct 2024 16:43:05 +0800 Subject: [PATCH] =?UTF-8?q?hilog=E4=BE=9D=E8=B5=96=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=AE=8F=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liaoxingxing --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 0ecc606..b0e7b6c 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", -- Gitee