From 1d4ed93cedfa815729cbeac23bc71c825bf2c9d1 Mon Sep 17 00:00:00 2001 From: zhouyj Date: Wed, 19 Apr 2023 18:58:54 +0800 Subject: [PATCH] Description: change repo path for lite graphic IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6WFDH Feature or Bugfix: Feature Binary Source:No Signed-off-by: zhouyj Change-Id: Ie2c4954fe15dc44aa7ed47ba6e6434b7276a54d9 --- services/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 4ff4af4..1e961c8 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -60,9 +60,9 @@ executable("appspawn") { if (enable_ohos_appexecfwk_feature_ability == true) { deps += [ "//foundation/arkui/ace_engine_lite/frameworks:ace_lite", - "//foundation/graphic/surface:surface_lite", - "//foundation/graphic/ui:ui_lite", - "//foundation/graphic/utils:graphic_utils_lite", + "//foundation/arkui/ui_lite:ui_lite", + "//foundation/graphic/graphic_utils_lite:utils_lite", + "//foundation/graphic/surface_lite:surface_lite", ] } -- GitLab