From 60d1162b8290e30007eafcbdcc5de73596e76be7 Mon Sep 17 00:00:00 2001 From: xuyong Date: Mon, 3 Jul 2023 21:43:53 +0800 Subject: [PATCH] Replace xxx_hilog_native/hisysevent_native/hitrace_native with hilog/hisysevent/hitrace in building references Signed-off-by: xuyong --- hispark_phoenix/peripherals/bluetooth/rtkbt/BUILD.gn | 2 +- hispark_taurus/camera/device_manager/BUILD.gn | 2 +- hispark_taurus/camera/pipeline_core/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hispark_phoenix/peripherals/bluetooth/rtkbt/BUILD.gn b/hispark_phoenix/peripherals/bluetooth/rtkbt/BUILD.gn index 63ba1f5b..512237a2 100755 --- a/hispark_phoenix/peripherals/bluetooth/rtkbt/BUILD.gn +++ b/hispark_phoenix/peripherals/bluetooth/rtkbt/BUILD.gn @@ -61,7 +61,7 @@ ohos_shared_library("libbt_vendor") { external_deps = [ "c_utils:utils", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", ] install_enable = true diff --git a/hispark_taurus/camera/device_manager/BUILD.gn b/hispark_taurus/camera/device_manager/BUILD.gn index 5943dd5e..31d9766d 100644 --- a/hispark_taurus/camera/device_manager/BUILD.gn +++ b/hispark_taurus/camera/device_manager/BUILD.gn @@ -122,7 +122,7 @@ if (defined(ohos_lite)) { external_deps = [ "c_utils:utils", "hdf_core:libhdf_utils", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", ] } else { external_deps = [ "hilog:libhilog" ] diff --git a/hispark_taurus/camera/pipeline_core/BUILD.gn b/hispark_taurus/camera/pipeline_core/BUILD.gn index 258f8ddb..3624cd30 100644 --- a/hispark_taurus/camera/pipeline_core/BUILD.gn +++ b/hispark_taurus/camera/pipeline_core/BUILD.gn @@ -272,7 +272,7 @@ if (defined(ohos_lite)) { "c_utils:utils", "graphic_chipsetsdk:surface", "hdf_core:libhdf_utils", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", "ipc:ipc_single", ] } else { -- Gitee