diff --git a/tooling/test/BUILD.gn b/tooling/test/BUILD.gn index a9ffb88c73955d33eda40ef2fcba639a125f08b5..3c6882f59640400bcff5aa4c374a530a14628dc7 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