From 0ea1e6fe569b6946f0008344062dff67cd77bcea Mon Sep 17 00:00:00 2001 From: Thomastong Date: Fri, 13 Jun 2025 02:56:00 +0000 Subject: [PATCH] =?UTF-8?q?update=20services/BUILD.gn.=20=E7=94=A8?= =?UTF-8?q?=E6=88=B7Data=E5=88=86=E5=8C=BA=20=E5=AD=98=E5=82=A8=E6=89=93?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomastong --- services/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/BUILD.gn b/services/BUILD.gn index fe2a2a4..42b9d3c 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -74,6 +74,7 @@ ohos_shared_library("standby_service") { "ipc:ipc_single", "resource_schedule_service:ressched_client", "resource_schedule_service:resschedsvc", + "resource_schedule_service:ressched_common_utils", "safwk:system_ability_fwk", "samgr:samgr_proxy", "time_service:time_client", @@ -145,6 +146,7 @@ ohos_static_library("standby_service_static") { "ipc:ipc_single", "resource_schedule_service:ressched_client", "resource_schedule_service:resschedsvc", + "resource_schedule_service:ressched_common_utils", "safwk:system_ability_fwk", "samgr:samgr_proxy", "time_service:time_client", -- Gitee