From eca4c0d66559273e0743fba701a93d5c76287926 Mon Sep 17 00:00:00 2001 From: suwenxiang Date: Thu, 21 Apr 2022 14:59:16 +0800 Subject: [PATCH] Description: Modify the path of the bin file IssueNo: https://gitee.com/openharmony/ace_engine_lite/issues/I53IBC Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: suwenxiang --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 7acdac0..7ab1d17 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -59,7 +59,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", -- Gitee