From 47ea694218a577878859e394a673bdfd9419d7ee Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Thu, 11 Nov 2021 19:59:26 +0800 Subject: [PATCH] init: fix ut Signed-off-by: xionglei6 --- test/unittest/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 6557c8a3..a457f927 100755 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -157,7 +157,7 @@ ohos_unittest("init_ut") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] cflags_cc = [ "-fexceptions" ] -- GitLab