From 36d0934e1641747e400550bfebb30eb01c1cc9f8 Mon Sep 17 00:00:00 2001 From: zhangqing Date: Fri, 21 Jun 2024 15:24:43 +0800 Subject: [PATCH] arkui-x update master OH to weekly_20240617 and OH fix build bug Signed-off-by: zhangqing Change-Id: Ic5481ed63247875fcd70a9482182daf668b561a6 --- qos/BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qos/BUILD.gn b/qos/BUILD.gn index b6ee066..c790683 100644 --- a/qos/BUILD.gn +++ b/qos/BUILD.gn @@ -41,10 +41,7 @@ ohos_shared_library("qos") { defines = [ "QOS_EXT_ENABLE" ] } - external_deps = [ - "hilog:libhilog", - "init:libbegetutil", - ] + external_deps = [ "hilog:libhilog" ] subsystem_name = "resourceschedule" part_name = "qos_manager" -- Gitee