33 "ANDROID" ,
44)
55load ("@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 " )
77
88PYTHON_MODULE_NAME = "PyQnnManagerAdaptor"
99
@@ -34,7 +34,7 @@ def define_common_targets():
3434 "//executorch/backends/qualcomm/aot/ir:qcir_utils" ,
3535 "//executorch/backends/qualcomm/runtime:runtime" ,
3636 "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 ()),
3838 ],
3939 external_deps = [
4040 "libtorch_python" ,
@@ -67,7 +67,7 @@ def define_common_targets():
6767 "//executorch/backends/qualcomm/aot/ir:qcir_utils" ,
6868 "//executorch/backends/qualcomm/runtime:runtime" ,
6969 "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 ()),
7171 ],
7272 external_deps = [
7373 "libtorch_python" ,
@@ -94,6 +94,6 @@ def define_common_targets():
9494 "//executorch/backends/qualcomm/aot/ir:qcir_utils" ,
9595 "//executorch/backends/qualcomm/runtime:runtime" ,
9696 "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 ()),
9898 ],
9999 )
0 commit comments