From 951b308f8863c8bfe8fa908ba7dc4610442d172a Mon Sep 17 00:00:00 2001 From: lijunru Date: Sat, 9 Aug 2025 16:19:14 +0800 Subject: [PATCH] sync code Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICS6LD Signed-off-by: lijunru Change-Id: I15805ba8e00c63c4f763a32be5ef49472ec7e12b --- ecmascript/pgo_profiler/prof_dump/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecmascript/pgo_profiler/prof_dump/BUILD.gn b/ecmascript/pgo_profiler/prof_dump/BUILD.gn index a6008aaa3a..3718e03227 100644 --- a/ecmascript/pgo_profiler/prof_dump/BUILD.gn +++ b/ecmascript/pgo_profiler/prof_dump/BUILD.gn @@ -24,8 +24,8 @@ ohos_executable("profdump") { deps = [ "$js_root:libark_js_intl_set", "$js_root:libark_jsruntime_set", - "$js_root:libcommon_components_set", "$js_root/ecmascript/compiler:libark_mock_stub_set", + "$js_root:libcommon_components_set", ] external_deps = [ "runtime_core:arkfile_header_deps", -- Gitee