diff --git a/frameworks/native/neural_network_runtime/BUILD.gn b/frameworks/native/neural_network_runtime/BUILD.gn index cf98d69dba11c791d6e4df01718bcc13a877aeed..ab2e9e5022ce7bc7acbe1145a65595fb77bfb5fe 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" ]