From cb82c601eba718304f0ec91adf0e7494bb611f95 Mon Sep 17 00:00:00 2001 From: zhongning5 Date: Wed, 20 Mar 2024 14:17:07 +0800 Subject: [PATCH] add innerapi_tags Signed-off-by: zhongning5 --- frameworks/concurrent_task_client/BUILD.gn | 1 + qos/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/frameworks/concurrent_task_client/BUILD.gn b/frameworks/concurrent_task_client/BUILD.gn index e40fea6..da98da0 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 b6ee066..eedc8e8 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" } -- Gitee