diff --git a/services/BUILD.gn b/services/BUILD.gn index fe2a2a411821905d9ef5e96cb18f496553070c19..42b9d3c2e9e016b6b308a7a46dd9aff1da49679b 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",