From 21c5fb30a78e60fab946215ac2bb570176cc552c Mon Sep 17 00:00:00 2001 From: y00620503 Date: Tue, 9 Sep 2025 20:28:24 +0800 Subject: [PATCH] fix: so modify depend Signed-off-by: y00620503 Change-Id: Ia3431044dc18744c2455365c4a60b0bd9eb44798 --- services/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/BUILD.gn b/services/BUILD.gn index 5c84fb38..b739f30d 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -107,6 +107,7 @@ ohos_shared_library("powermgrservice") { ] external_deps = [ + "ability_base:configuration", "ability_base:session_info", "ability_base:want", "ability_runtime:ability_connect_callback_stub", -- Gitee