diff --git a/frameworks/native/BUILD.gn b/frameworks/native/BUILD.gn index 456fc9432ad7d118f99f58367b2c423635847d19..559713ba67b6cdcffe00393f90999a416a8b964d 100644 --- a/frameworks/native/BUILD.gn +++ b/frameworks/native/BUILD.gn @@ -38,7 +38,8 @@ ohos_shared_library("qos_ndk") { deps = [ "../../qos:qos" ] external_deps = [ - "hilog:libhilog" + "hilog:libhilog", + "ipc:ipc_single", ] output_name = "qos" diff --git a/test/BUILD.gn b/test/BUILD.gn index 979d59fcc4e79e00603f11a0190a762def634cd0..c439ca7e8d196b4fc7d824049ebe4889795eaf4a 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -100,6 +100,7 @@ ohos_unittest("func_loader_test") { "frame_aware_sched:rtg_interface", "hilog:libhilog", "init:libbegetutil", + "ipc:ipc_single", "safwk:system_ability_fwk", "samgr:samgr_proxy", ] @@ -129,6 +130,7 @@ ohos_unittest("concurrent_task_controller_interface_test") { "frame_aware_sched:rtg_interface", "hilog:libhilog", "init:libbegetutil", + "ipc:ipc_single", "safwk:system_ability_fwk", "samgr:samgr_proxy", ] @@ -155,6 +157,7 @@ ohos_unittest("concurrent_task_service_ability_test") { "c_utils:utils", "frame_aware_sched:rtg_interface", "hilog:libhilog", + "ipc:ipc_single", "safwk:system_ability_fwk", "samgr:samgr_proxy", ] @@ -234,6 +237,7 @@ ohos_unittest("concurrent_task_service_test") { "c_utils:utils", "frame_aware_sched:rtg_interface", "hilog:libhilog", + "ipc:ipc_single", "safwk:system_ability_fwk", "samgr:samgr_proxy", ]