From 84faecffacbbe89c55988a0b6548fb189dc4cd55 Mon Sep 17 00:00:00 2001 From: stesen Date: Fri, 16 Jul 2021 01:52:08 +0000 Subject: [PATCH] fix hilog part name --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index ddfc917..0e6df6e 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -55,7 +55,7 @@ ohos_shared_library("protobuf_lite") { ] if (current_toolchain != host_toolchain) { external_deps = [ - "hiviewdfx_hilog_native:libhilog", + "hilog_native:libhilog", ] } @@ -107,7 +107,7 @@ ohos_static_library("protobuf_lite_static") { ] if (current_toolchain != host_toolchain) { external_deps = [ - "hiviewdfx_hilog_native:libhilog", + "hilog_native:libhilog", ] } -- Gitee