From 9dcf002b0d9568e9fdf042f8a46ecdc53b0b2ef3 Mon Sep 17 00:00:00 2001 From: shao-yijiang Date: Tue, 14 Apr 2026 14:53:37 +0800 Subject: [PATCH] use hwasan interface to provide stub.an address Issue: https://gitcode.com/openharmony/arkcompiler_ets_runtime/issues/12832 Co-Authored-By: Claude Signed-off-by: shao-yijiang --- tools/deps_guard/rules/chipsetsdk_dep_whitelist.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/deps_guard/rules/chipsetsdk_dep_whitelist.json b/tools/deps_guard/rules/chipsetsdk_dep_whitelist.json index 6293d194..f2844e89 100644 --- a/tools/deps_guard/rules/chipsetsdk_dep_whitelist.json +++ b/tools/deps_guard/rules/chipsetsdk_dep_whitelist.json @@ -12423,6 +12423,13 @@ "dep_file_path": "", "description": "system only module libark_jsruntime.so depends on libunwind.so which is unknown so type" }, + { + "so_file_name": "libark_jsruntime.so", + "so_file_path": "system/lib/platformsdk/libark_jsruntime.so", + "dep_file_name": "libclang_rt.hwasan.so", + "dep_file_path": "", + "description": "system only module libark_jsruntime.so depends on libclang_rt.hwasan.so which is unknown so type" + }, { "so_file_name": "libappspawn_nweb.z.so", "so_file_path": "system/lib/appspawn/nwebspawn/libappspawn_nweb.z.so",