diff --git a/services/BUILD.gn b/services/BUILD.gn index 4ff4af40f80a13d7e6e5867bca5dfaafd0db314c..1e961c8429332d7f47a3ae497d602f6a35cca421 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", ] }