diff --git a/services/BUILD.gn b/services/BUILD.gn index f8b346c3af3103a89be453c46e2d749a19cb9b88..1465f7de3423d25a38cb9ed951e1178ce1d18242 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -63,6 +63,7 @@ ohos_shared_library("libsensor_service") { "hitrace:hitrace_meter", "ipc:ipc_single", "safwk:system_ability_fwk", + "samgr:samgr_proxy", ] if (sensor_memmgr_enable) { @@ -151,6 +152,7 @@ ohos_static_library("libsensor_service_static") { "hitrace:hitrace_meter", "ipc:ipc_single", "safwk:system_ability_fwk", + "samgr:samgr_proxy", ] if (sensor_memmgr_enable) {