From c4ab2a213838daccc693e76f2cb11043d1032cff Mon Sep 17 00:00:00 2001 From: mtf Date: Tue, 17 May 2022 17:23:03 +0800 Subject: [PATCH] fix change faceauth to face_atuh Signed-off-by: mtf --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index fcb27d3..08fabc6 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -33,7 +33,7 @@ ohos_shared_library("faceauthservice") { "//base/user_iam/user_auth/common/executors:userauth_executors", ] external_deps = [ - "faceauth_device_driver_interface:libfaceauth_proxy_1.0", + "face_auth_device_driver_interface:libface_auth_proxy_1.0", "hiviewdfx_hilog_native:libhilog", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy",