From ef749fc2bb0350b76e25d0ddb524a2708d757577 Mon Sep 17 00:00:00 2001 From: zhangxiao72 Date: Wed, 27 Apr 2022 20:27:34 +0800 Subject: [PATCH] =?UTF-8?q?ace=5Fengine=5Flite=E3=80=81ace=5Fengine?= =?UTF-8?q?=E3=80=81napi=E4=BB=93=E5=90=8D=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iffe3ef1f9ba4feb32dbf78b56d0b19b308a8926b Signed-off-by: zhangxiao72 --- lite/BUILD.gn | 2 +- test/unittest/app_spawn_lite_test/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/BUILD.gn b/lite/BUILD.gn index e00dbe1d..742678ce 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 3fbe3b0a..1246f028 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", -- Gitee