diff --git a/services/BUILD.gn b/services/BUILD.gn index 16a8bebd1ae255747f77d6b6839c8ec8c481ca0b..a27c288660afe8041aee9d02253caea7267ea257 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:lite_surface", - "//foundation/graphic/ui:lite_ui", - "//foundation/graphic/utils:lite_graphic_utils", + "//foundation/graphic/surface_lite:surface_lite", + "//foundation/arkui/ui_lite:ui_lite", + "//foundation/graphic/graphic_utils_lite:graphic_utils_lite", ] }