3
3
"ANDROID" ,
4
4
)
5
5
load ("@fbsource//xplat/executorch/build:runtime_wrapper.bzl" , "runtime" )
6
- load ("@fbsource//xplat/executorch/backends/qualcomm/qnn_version.bzl" , "get_qnn_library_verision " )
6
+ load ("@fbsource//xplat/executorch/backends/qualcomm/qnn_version.bzl" , "get_qnn_library_version " )
7
7
8
8
PYTHON_MODULE_NAME = "PyQnnManagerAdaptor"
9
9
@@ -34,7 +34,7 @@ def define_common_targets():
34
34
"//executorch/backends/qualcomm/aot/ir:qcir_utils" ,
35
35
"//executorch/backends/qualcomm/runtime:runtime" ,
36
36
"fbsource//third-party/pybind11:pybind11" ,
37
- "fbsource//third-party/qualcomm/qnn/qnn-{0}:api" .format (get_qnn_library_verision ()),
37
+ "fbsource//third-party/qualcomm/qnn/qnn-{0}:api" .format (get_qnn_library_version ()),
38
38
],
39
39
external_deps = [
40
40
"libtorch_python" ,
@@ -67,7 +67,7 @@ def define_common_targets():
67
67
"//executorch/backends/qualcomm/aot/ir:qcir_utils" ,
68
68
"//executorch/backends/qualcomm/runtime:runtime" ,
69
69
"fbsource//third-party/pybind11:pybind11" ,
70
- "fbsource//third-party/qualcomm/qnn/qnn-{0}:api" .format (get_qnn_library_verision ()),
70
+ "fbsource//third-party/qualcomm/qnn/qnn-{0}:api" .format (get_qnn_library_version ()),
71
71
],
72
72
external_deps = [
73
73
"libtorch_python" ,
@@ -94,6 +94,6 @@ def define_common_targets():
94
94
"//executorch/backends/qualcomm/aot/ir:qcir_utils" ,
95
95
"//executorch/backends/qualcomm/runtime:runtime" ,
96
96
"fbsource//third-party/pybind11:pybind11" ,
97
- "fbsource//third-party/qualcomm/qnn/qnn-{0}:api" .format (get_qnn_library_verision ()),
97
+ "fbsource//third-party/qualcomm/qnn/qnn-{0}:api" .format (get_qnn_library_version ()),
98
98
],
99
99
)
0 commit comments