From 7f0f1a85ee4b55ca4b12ab1e56998c9168874cab Mon Sep 17 00:00:00 2001 From: handyohos Date: Thu, 9 Jun 2022 22:10:36 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E7=B3=BB=E7=BB=9F=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=EF=BC=8C=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=86=97=E4=BD=99=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 系统组件独立编译,去除对hdi_input的冗余依赖。 Signed-off-by: handyohos Change-Id: Ic47efa79621a73e3642fecfd41ae0df410a53434 #I5BJLH --- BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 23d344a..54c6d9b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -90,10 +90,7 @@ executable("wms_server") { "-ldisplay_gralloc", "-ldisplay_layer", ] - deps = [ - "//drivers/peripheral/input/hal:hdi_input", - "//foundation/graphic/utils:lite_graphic_hals", - ] + deps = [ "//foundation/graphic/utils:lite_graphic_hals" ] deps += commonDeps cflags = [ "-Wall" ] cflags_cc = cflags -- Gitee