From dea18fd043e01702965d0ba45d2290143e17b8c7 Mon Sep 17 00:00:00 2001 From: mayunteng_1 Date: Sat, 16 Apr 2022 01:10:50 +0000 Subject: [PATCH] delete useless dep mmi_uinject Signed-off-by: mayunteng_1 Change-Id: Id5229eb0f314ed88315763cd764a58f38571acae --- services/screenclient/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/services/screenclient/BUILD.gn b/services/screenclient/BUILD.gn index b6a80f2c..cd000bdd 100644 --- a/services/screenclient/BUILD.gn +++ b/services/screenclient/BUILD.gn @@ -41,7 +41,6 @@ ohos_shared_library("distributed_screen_client") { "${windowmanager_path}/wm:libwm", "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", "//foundation/graphic/standard/rosen/modules/render_service_client:librender_service_client", - "//foundation/multimodalinput/input:mmi_uinject", ] defines = [ -- Gitee