From 54f31578a4bed2e7eb45ff3fa5ef60e80932e202 Mon Sep 17 00:00:00 2001 From: yaomanhai Date: Sat, 24 Jul 2021 08:44:16 +0000 Subject: [PATCH] =?UTF-8?q?#I40V51:=E5=90=84=E6=A8=A1=E5=9D=97GN=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yaomanhai yaomanhai@huawei.com --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 58204204..fcf4b612 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -276,7 +276,7 @@ template("flutter_engine_fml") { if (is_standard_system) { sources += [ "engine/flutter/fml/platform/linux/message_loop_linux.cc" ] } - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] + external_deps = [ "hilog_native:libhilog" ] } } } @@ -2105,7 +2105,7 @@ ohos_source_set("ace_skia_core") { if (is_standard_system) { defines += ace_ohos_defines sources += [ "skia/src/ports/SkDebug_ohos.cpp" ] - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] + external_deps = [ "hilog_native:libhilog" ] } } } -- Gitee