feature/add mindspore_ndk llndk config

Signed-off-by: yangyingchun <yangyingchun5@huawei.com>
This commit is contained in:
douzihao
2026-02-02 10:37:14 +08:00
parent c1a0fe9196
commit fac95331e4
@@ -58,5 +58,11 @@
"so_file_name": "libvulkan.so",
"path": "//third_party/vulkan-loader:vulkan-loader",
"headers": []
},
{
"name": "thirdparty:mindspore",
"so_file_name": "libmindspore_lite_ndk.so",
"path": "//third_party/mindspore/mindspore-src/source/mindspore-lite:mindspore_ndk",
"headers": []
}
]