From 3ced6736982851fc59dea09da84a2c5a5842722f Mon Sep 17 00:00:00 2001 From: Rokashevich Svetlana Date: Tue, 18 Feb 2025 14:36:30 +0300 Subject: [PATCH] Remove arkruntime_for_relayout_static Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IBN4MK Signed-off-by: Rokashevich Svetlana --- RuntimeEnableRelayoutPostPlugins.cmake | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 RuntimeEnableRelayoutPostPlugins.cmake diff --git a/RuntimeEnableRelayoutPostPlugins.cmake b/RuntimeEnableRelayoutPostPlugins.cmake deleted file mode 100644 index a5c5d2dfd..000000000 --- a/RuntimeEnableRelayoutPostPlugins.cmake +++ /dev/null @@ -1,2 +0,0 @@ -add_dependencies(arkruntime_for_relayout_static ecmastdlib_inline_h) -add_dependencies(arkruntime_for_relayout_static ecma_intrinsics_gen_arkruntime) -- Gitee