From 256be715eedaaec2f59cbc279080b8dc312035e7 Mon Sep 17 00:00:00 2001 From: liubb_0516 Date: Fri, 6 May 2022 12:04:44 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20c43976f=20from=20https://gitee.com/liub?= =?UTF-8?q?b940516/applications=5Fcamera=5Fscreensaver=5Fapp/pulls/14=20ip?= =?UTF-8?q?c=20=E6=8E=A5=E5=8F=A3=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liubb_0516 --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 02a310b..30ebf5c 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -22,7 +22,6 @@ shared_library("screensaver") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", - "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", -- Gitee