From bdb39a3dafb328e2688fd98a6184f4a16689f2c6 Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Mon, 2 Feb 2026 08:52:06 +0800 Subject: [PATCH] Add innerapi_tags of type 'llndk' to ld-musl-xx.so issue:https://gitcode.com/openharmony/build/issues/4374 Signed-off-by: xwx1135370 --- tools/deps_guard/rules/LLndk/llndk_info.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/deps_guard/rules/LLndk/llndk_info.json b/tools/deps_guard/rules/LLndk/llndk_info.json index ebd58821..427dbeb7 100755 --- a/tools/deps_guard/rules/LLndk/llndk_info.json +++ b/tools/deps_guard/rules/LLndk/llndk_info.json @@ -5,12 +5,24 @@ "path": "//build/common/musl:ld-musl-arm.so.1", "headers": [] }, + { + "name": "build_framework:ld-musl-arm.so.1", + "so_file_name": "ld-musl-arm.so.1", + "path": "//build/common/musl:ld-musl-arm.so.1", + "headers": [] + }, { "name": "build_framework:ld-musl-arm.so.1", "so_file_name": "libc.so", "path": "//build/common/musl:musl-libc.so", "headers": [] }, + { + "name": "build_framework:ld-musl-arm.so.1_arm64e", + "so_file_name": "ld-musl-aarch64.so.1", + "path": "//build/common/musl:ld-musl-arm.so.1_arm64e", + "headers": [] + }, { "name": "graphic:sync_fence", "so_file_name": "libsync_fence.z.so",