diff --git a/backends/nxp/BUCK b/backends/nxp/BUCK index de2055e8c91..6dec42f04d7 100644 --- a/backends/nxp/BUCK +++ b/backends/nxp/BUCK @@ -66,6 +66,9 @@ fbcode_target(_kind = runtime.python_library, srcs = glob(["backend/**/*.py"]), deps = [ "fbsource//third-party/pypi/neutron_converter:neutron_converter", + "//caffe2:torch", + "//executorch/exir:lib", + "//executorch/backends/nxp/tests:ops_aliases", ], ) diff --git a/backends/nxp/tests/BUCK b/backends/nxp/tests/BUCK index 2e793e81d96..4ff4b8fe8ac 100644 --- a/backends/nxp/tests/BUCK +++ b/backends/nxp/tests/BUCK @@ -4,6 +4,17 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest") oncall("executorch") +fbcode_target(_kind = runtime.python_library, + name = "ops_aliases", + srcs = [ + "ops_aliases.py", + ], + deps = [ + "//caffe2:torch", + "//executorch/exir:lib", + ], +) + fbcode_target(_kind = runtime.python_library, name = "models", srcs = [