From fadb9be0bc82a8270a843ad7b257299231a4fae1 Mon Sep 17 00:00:00 2001 From: wengchangcheng Date: Thu, 8 May 2025 23:09:32 +0800 Subject: [PATCH] Fix gn format Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IC6FIU Signed-off-by: wengchangcheng Change-Id: Id21ac275f6237f129e16667aaa20679a932cc425 --- build/core/gn/BUILD.gn | 2 -- tooling/test/BUILD.gn | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/core/gn/BUILD.gn b/build/core/gn/BUILD.gn index 11e1ff10..927d507c 100644 --- a/build/core/gn/BUILD.gn +++ b/build/core/gn/BUILD.gn @@ -106,7 +106,6 @@ group("static_core") { } else { deps += [ "$ark_root/static_core/runtime:libarkruntime" ] } - } } @@ -127,7 +126,6 @@ group("hybrid") { if (!ark_hybrid) { deps += [ ":static_core" ] } - } group("toolchain") { diff --git a/tooling/test/BUILD.gn b/tooling/test/BUILD.gn index a9fe03da..08d70534 100644 --- a/tooling/test/BUILD.gn +++ b/tooling/test/BUILD.gn @@ -223,6 +223,7 @@ host_unittest_action("DebuggerTest") { # hiviewdfx libraries external_deps = hiviewdfx_ext_deps + # libuv should be before libark_jsruntime # because there are libuv weak symbols in libark_jsruntime # and libuv should be loaded before their resolution -- Gitee