From 6319169781360533bcb6843172096b5536abda62 Mon Sep 17 00:00:00 2001 From: qianyong325 Date: Thu, 22 May 2025 15:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=91=8A=E8=AD=A6=E6=B6=88=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: [Feature]: https://gitee.com/openharmony/arkcompiler_toolchain/issues/IC9OWS Reason: Del code check Description: Del code check Change-Id: Ic8931c816cc9a4783f3d2f6f968fef51d1710541 Signed-off-by: qianyong325 --- tooling/test/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/test/BUILD.gn b/tooling/test/BUILD.gn index a9ffb88c..3c6882f5 100644 --- a/tooling/test/BUILD.gn +++ b/tooling/test/BUILD.gn @@ -27,7 +27,6 @@ config("debug_api_test") { include_dirs = [ "$toolchain_root/websocket", - "//arkcompiler/ets_runtime", "../..", ] } @@ -225,6 +224,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