diff --git a/lite/BUILD.gn b/lite/BUILD.gn index e00dbe1df5eea309344a083e14dc723cef64bb91..742678cec66e0b593d86a979b1d1b4c5f2e7510f 100644 --- a/lite/BUILD.gn +++ b/lite/BUILD.gn @@ -66,7 +66,7 @@ executable("appspawn") { if (enable_ohos_appexecfwk_feature_ability == true) { deps += [ - "//foundation/ace/ace_engine_lite/frameworks:ace_lite", + "//foundation/arkui/ace_engine_lite/frameworks:ace_lite", "//foundation/graphic/surface:lite_surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", diff --git a/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index 3fbe3b0ac93c92b64fcac5ecb87ea16aa4a1a3c1..1246f0286ab7d053731fdf03ece6ba829a521cc0 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/BUILD.gn @@ -58,7 +58,7 @@ unittest("AppSpawnLiteTest") { ] deps += [ - "//foundation/ace/ace_engine_lite/frameworks:ace_lite", + "//foundation/arkui/ace_engine_lite/frameworks:ace_lite", "//foundation/graphic/surface:lite_surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils",