diff --git a/frameworks/concurrent_task_client/BUILD.gn b/frameworks/concurrent_task_client/BUILD.gn index e40fea6bc17e31c2b3fdc8474f40e5ce271f0f10..da98da01fac3801dc50d5f4ff5806887c5f72bb3 100644 --- a/frameworks/concurrent_task_client/BUILD.gn +++ b/frameworks/concurrent_task_client/BUILD.gn @@ -58,6 +58,7 @@ ohos_shared_library("concurrent_task_client") { "samgr:samgr_proxy", ] + innerapi_tags = [ "platformsdk_indirect" ] subsystem_name = "resourceschedule" part_name = "qos_manager" } diff --git a/qos/BUILD.gn b/qos/BUILD.gn index b6ee0666967b41582fd6f1eb98162c606b1f2b6c..eedc8e839a3636c9472dbc242dc37177ce2190e1 100644 --- a/qos/BUILD.gn +++ b/qos/BUILD.gn @@ -46,6 +46,7 @@ ohos_shared_library("qos") { "init:libbegetutil", ] + innerapi_tags = [ "platformsdk" ] subsystem_name = "resourceschedule" part_name = "qos_manager" }