From ae8dc3ae175d6ce28d457f87adda96c52097193b Mon Sep 17 00:00:00 2001 From: kaiju Date: Sat, 26 Jul 2025 10:16:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kaiju Change-Id: I08df650643f5069f032e3f0c3bd9f1ad225009c9 --- frameworks/js/napi/user_auth/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/js/napi/user_auth/BUILD.gn b/frameworks/js/napi/user_auth/BUILD.gn index 772baa79f..949a88e0e 100644 --- a/frameworks/js/napi/user_auth/BUILD.gn +++ b/frameworks/js/napi/user_auth/BUILD.gn @@ -70,6 +70,7 @@ ohos_shared_library("userauth") { "ipc:ipc_single", "jsoncpp:jsoncpp", "napi:ace_napi", + "samgr:samgr_proxy", ] configs = [ -- Gitee