diff --git a/BUILD.gn b/BUILD.gn index 23d344acad52aded2dad6641889b66d3c34d022c..54c6d9bd1daff6f5a7a68d4de1e52065586bffd7 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