diff --git a/build/core/gn/BUILD.gn b/build/core/gn/BUILD.gn index 11e1ff1006b2b8e75ac0943e2b482f11bb4f127b..927d507c8f930f7a031c9d366a79c9944293b4ff 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 a9fe03dafebeec9e87e04e636764ec49215fffe9..08d705343bb43dd13441f537257f26d4e0867471 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