From d201a320cf023006677236292a90d785e4e8c73f Mon Sep 17 00:00:00 2001 From: zero-cyc Date: Tue, 25 Jan 2022 16:16:53 +0800 Subject: [PATCH] chenlien@huawei.com Signed-off-by: zero-cyc Change-Id: I98ed554dc6d962119d242c3ae7d9e116ff6cdd94 --- frameworks/native/sensor/BUILD.gn | 2 +- interfaces/native/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/native/sensor/BUILD.gn b/frameworks/native/sensor/BUILD.gn index 1f426468..4c584798 100644 --- a/frameworks/native/sensor/BUILD.gn +++ b/frameworks/native/sensor/BUILD.gn @@ -45,7 +45,7 @@ ohos_shared_library("libsensor_native") { ] external_deps = [ - "appexecfwk_standard:libeventhandler", + "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", diff --git a/interfaces/native/BUILD.gn b/interfaces/native/BUILD.gn index 5e609c39..e2d6fa35 100644 --- a/interfaces/native/BUILD.gn +++ b/interfaces/native/BUILD.gn @@ -48,7 +48,7 @@ ohos_shared_library("sensor_interface_native") { "$SUBSYSTEM_DIR/utils:libsensor_utils", ] external_deps = [ - "appexecfwk_standard:libeventhandler", + "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "utils_base:utils", ] -- Gitee