diff --git a/ai/neural_network_runtime/v1_0/interface/BUILD.gn b/ai/neural_network_runtime/v1_0/interface/BUILD.gn index 2a8b0599c13727db8031554c287e3a4580c16753..e5d723d5dd495f962940a4520b8fc86cc54043d3 100644 --- a/ai/neural_network_runtime/v1_0/interface/BUILD.gn +++ b/ai/neural_network_runtime/v1_0/interface/BUILD.gn @@ -16,8 +16,8 @@ import("//test/xts/tools/build/suite.gni") config("nnrt_config") { include_dirs = [ "../common", - "//foundation/ai/neural_network_runtime", - "//foundation/ai/neural_network_runtime/third_party/include", + "../../../../../../../foundation/ai/neural_network_runtime", + "../../../../../../../foundation/ai/neural_network_runtime/third_party/include", "//third_party/googletest/googletest/include", "//third_party/googletest/googlemock/include", "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include", @@ -40,7 +40,7 @@ ohos_moduletest_suite("ActsAiNnrtFunctionV1_0Test") { configs = [ ":nnrt_config" ] deps = [ - "//foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime", + "../../../../../../../foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime", "//third_party/googletest:gmock", "//third_party/googletest:gtest", ] @@ -58,4 +58,4 @@ ohos_moduletest_suite("ActsAiNnrtFunctionV1_0Test") { subsystem_name = "ai" part_name = "neural_network_runtime" -} \ No newline at end of file +} diff --git a/ai/neural_network_runtime/v1_0/stability/BUILD.gn b/ai/neural_network_runtime/v1_0/stability/BUILD.gn index 680b32f35f52b96527009109e9aac5a3ca7f4fd6..442a96fdfb9a0734c8802fa0fd5a11ae5a3688fe 100644 --- a/ai/neural_network_runtime/v1_0/stability/BUILD.gn +++ b/ai/neural_network_runtime/v1_0/stability/BUILD.gn @@ -16,8 +16,8 @@ import("//test/xts/tools/build/suite.gni") config("nnrt_config") { include_dirs = [ "../common", - "//foundation/ai/neural_network_runtime", - "//foundation/ai/neural_network_runtime/third_party/include", + "../../../../../../../foundation/ai/neural_network_runtime", + "../../../../../../../foundation/ai/neural_network_runtime/third_party/include", "//third_party/googletest/googletest/include", "//third_party/googletest/googlemock/include", "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include", @@ -36,7 +36,7 @@ ohos_moduletest_suite("ActsAiNnrtStabilityV1_0Test") { configs = [ ":nnrt_config" ] deps = [ - "//foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime", + "../../../../../../../foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime", "//third_party/googletest:gmock", "//third_party/googletest:gtest", ] @@ -54,4 +54,4 @@ ohos_moduletest_suite("ActsAiNnrtStabilityV1_0Test") { subsystem_name = "ai" part_name = "neural_network_runtime" -} \ No newline at end of file +}