From 2c5ea95214f7786ba2fdaa3f49cd513e137096fb Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 15 Jul 2024 08:21:46 +0000 Subject: [PATCH] test Signed-off-by: hlzhangaj --- frameworks/native/neural_network_runtime/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/native/neural_network_runtime/BUILD.gn b/frameworks/native/neural_network_runtime/BUILD.gn index cf98d69..ab2e9e5 100644 --- a/frameworks/native/neural_network_runtime/BUILD.gn +++ b/frameworks/native/neural_network_runtime/BUILD.gn @@ -189,7 +189,7 @@ ohos_shared_library("libneural_network_runtime") { "hilog:libhilog", "hitrace:libhitracechain", "ipc:ipc_core", - "mindspore:mindir", + "mindir:mindir_lib", ] deps = [ "../neural_network_core:libneural_network_core" ] -- Gitee