mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-11-30 03:11:29 +00:00
Cancal ST compilation.
Signed-off-by: yuhanshi <shiyuhan1@huawei.com>
This commit is contained in:
parent
444b6d6f65
commit
b5ddcdb8c2
9
BUILD.gn
9
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" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user