From b5ddcdb8c22ff3d456a48eb73e3aa6b9b6170566 Mon Sep 17 00:00:00 2001 From: yuhanshi Date: Fri, 13 Jan 2023 17:18:32 +0800 Subject: [PATCH] Cancal ST compilation. Signed-off-by: yuhanshi --- BUILD.gn | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 36de2f9..bc1599a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -14,15 +14,10 @@ import("//build/ohos.gni") group("nnrt_target") { - deps = [ - "frameworks:libneural_network_runtime" - ] + deps = [ "frameworks:libneural_network_runtime" ] } group("nnrt_test_target") { testonly = true - deps = [ - "test/unittest:unittest", - "test/system_test:system_test" - ] + deps = [ "test/unittest:unittest" ] } -- Gitee