From 836683d846661833973d50f0893fccd5b761e127 Mon Sep 17 00:00:00 2001 From: sufeng Date: Mon, 23 May 2022 17:00:15 +0800 Subject: [PATCH] build:change dir graphic/graphic to graphic/graphic_2d IssueNo:https://gitee.com/openharmony/graphic_standard/issues/I584HW Feature or Bugfix: Feature Binary Source:NA Signed-off-by: sufeng --- service/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service/BUILD.gn b/service/BUILD.gn index 2b0f52b..e5fe5ec 100644 --- a/service/BUILD.gn +++ b/service/BUILD.gn @@ -53,9 +53,9 @@ ohos_shared_library("displaymgrservice") { deps = [ "${displaymgr_native_innerkits_path}:displaymgr", "//drivers/peripheral/display/hal:hdi_display_device", - "//foundation/graphic/graphic:libsurface", - "//foundation/graphic/graphic:libwmservice", - "//foundation/graphic/graphic/rosen/modules/render_service_client:librender_service_client", + "//foundation/graphic/graphic_2d:libsurface", + "//foundation/graphic/graphic_2d:libwmservice", + "//foundation/graphic/graphic_2d/rosen/modules/render_service_client:librender_service_client", "//foundation/windowmanager/utils:libwmutil", "//utils/native/base:utils", ] -- Gitee