From c58da47abaf40da3ca5714197caf677a9ddd1817 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Thu, 11 Sep 2025 14:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91-=E9=85=8D?= =?UTF-8?q?=E5=90=88ability=5Fruntime=E5=88=A0=E9=99=A4public=5Fdeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- test/unittest/services/edm/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/services/edm/BUILD.gn b/test/unittest/services/edm/BUILD.gn index 00e0d2114..5aacea858 100644 --- a/test/unittest/services/edm/BUILD.gn +++ b/test/unittest/services/edm/BUILD.gn @@ -389,6 +389,7 @@ ohos_unittest("EdmServicesUnitTest") { external_deps = [ "ability_base:want", + "ability_runtime:ability_connect_callback_stub", "ability_runtime:ability_manager", "access_token:libaccesstoken_sdk", "access_token:libnativetoken", -- Gitee