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