From b641cafafc3b181426bf01f342a9d9dfb8868413 Mon Sep 17 00:00:00 2001 From: xuyong Date: Mon, 3 Jul 2023 21:45:29 +0800 Subject: [PATCH] Replace xxx_hilog_native/hisysevent_native/hitrace_native with hilog/hisysevent/hitrace in building references Signed-off-by: xuyong --- t507/hardware/display/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t507/hardware/display/BUILD.gn b/t507/hardware/display/BUILD.gn index 8c6d4da..fbb6f9f 100755 --- a/t507/hardware/display/BUILD.gn +++ b/t507/hardware/display/BUILD.gn @@ -36,7 +36,7 @@ ohos_shared_library("display_gralloc") { external_deps = [ "c_utils:utils", "hdf_core:libhdf_utils", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", ] install_enable = true @@ -66,7 +66,7 @@ ohos_shared_library("display_gfx") { external_deps = [ "c_utils:utils", "hdf_core:libhdf_utils", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", ] install_enable = true @@ -113,7 +113,7 @@ ohos_shared_library("display_device") { external_deps = [ "c_utils:utils", "hdf_core:libhdf_utils", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", ] symlink_target_name = [ "libdisplay_layer.z.so" ]