From b25719ded8494b8956e2a529d96860f0233e78ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=9D=E5=AE=9D=E5=A4=A9=E9=BE=99?= Date: Thu, 29 May 2025 09:35:57 +0000 Subject: [PATCH] Modify silk.so to passthrough. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宝宝天龙 --- modules/common/appspawn_silk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/appspawn_silk.c b/modules/common/appspawn_silk.c index 37478b99..4579db1d 100644 --- a/modules/common/appspawn_silk.c +++ b/modules/common/appspawn_silk.c @@ -27,7 +27,7 @@ #define SILK_JSON_CONFIG_PATH "/vendor/etc/silk/silk.json" #define SILK_JSON_ENABLE_ITEM "enabled_app_list" -#define SILK_JSON_LIBRARY_PATH "/vendor/lib64/chipsetsdk/libsilk.so.0.1" +#define SILK_JSON_LIBRARY_PATH "libsilk.so.0.1" #define SILK_JSON_MAX 128 #define SILK_JSON_NAME_MAX 256 -- Gitee