diff --git a/hispark_phoenix/peripherals/bluetooth/rtkbt/BUILD.gn b/hispark_phoenix/peripherals/bluetooth/rtkbt/BUILD.gn index 63ba1f5b153433548a21ac04e3d4c4a30ef0a670..512237a2e17429d9647791e3c120079ddff55fbb 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 5943dd5e47274f41d9f991e1476fca592cd707d7..31d9766d46e9bd6acc2a09c4bc05ac79567ca0ef 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 258f8ddbb523a994e79a182167d3e7b375d0545a..3624cd30cfba8793dd3ed7af1b50ec22d320b404 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 {