From 7c084dff2126a7d7938943f380c372085d3e166b Mon Sep 17 00:00:00 2001 From: Tatiana Titova Date: Mon, 11 Aug 2025 20:06:13 +0300 Subject: [PATCH] Add build_system with ArkUI plugins Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICSG63 Signed-off-by: Tatiana Titova --- ets2panda/driver/build_system/BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ets2panda/driver/build_system/BUILD.gn b/ets2panda/driver/build_system/BUILD.gn index e0b25fa357..1527ef8d6f 100644 --- a/ets2panda/driver/build_system/BUILD.gn +++ b/ets2panda/driver/build_system/BUILD.gn @@ -29,6 +29,12 @@ action("build_build_system") { ] outputs = [ "$target_gen_dir" ] + + external_deps = [ + "ace_engine:libarkts-sdk", + "ace_engine:memo-plugin-sdk", + "ace_engine:ui-plugin-sdk" + ] } ohos_copy("ets2panda_build_system") { -- Gitee