From 99856ac32039678385f5abef2fbe6028a0f6d142 Mon Sep 17 00:00:00 2001 From: caichao Date: Tue, 14 Nov 2023 10:59:10 +0800 Subject: [PATCH] Description:Refresh component dependency IssueNo:https://gitee.com/openharmony/third_party_freetype/issues/I8FMV1 Feature or Bugfix:Feature Binary Source:No Signed-off-by: achao --- riscv32_virt/liteos_m/board/ui/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv32_virt/liteos_m/board/ui/BUILD.gn b/riscv32_virt/liteos_m/board/ui/BUILD.gn index a16617a..387a1c3 100644 --- a/riscv32_virt/liteos_m/board/ui/BUILD.gn +++ b/riscv32_virt/liteos_m/board/ui/BUILD.gn @@ -41,7 +41,7 @@ hdf_driver("ui_adapter") { "//drivers/peripheral/input/interfaces/include", "//drivers/peripheral/base", "//foundation/arkui/ui_lite/frameworks", - "//third_party/freetype/include", "//third_party/FreeBSD/sys/dev/evdev", ] + deps = [ "//third_party/freetype:freetype" ] } -- Gitee