From 066f2e50899b7b2b4eeed6a12210adb5686bfa45 Mon Sep 17 00:00:00 2001 From: wengchangcheng Date: Mon, 12 May 2025 15:23:11 +0800 Subject: [PATCH] unify runtime Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IC73XQ Signed-off-by: wengchangcheng Change-Id: I19109204f28efb16e6fef679effaed67110ee133 --- tooling/test/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/test/BUILD.gn b/tooling/test/BUILD.gn index 08d70534..1cfca62b 100644 --- a/tooling/test/BUILD.gn +++ b/tooling/test/BUILD.gn @@ -132,6 +132,7 @@ ohos_shared_library("jsdebugtest") { deps = [ "..:libark_ecma_debugger_test" ] external_deps = [ + "bounds_checking_function:libsec_shared", "ets_runtime:libark_jsruntime", "icu:shared_icuuc", "libuv:uv", -- Gitee