Skip to content

Commit 9febabd

Browse files
authored
extension/module doesn't depend on prim_ops
Differential Revision: D74227949 Pull Request resolved: #10710
1 parent e196b50 commit 9febabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/module/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def define_common_targets():
2828
"//executorch/extension/flat_tensor:flat_tensor_data_map" + aten_suffix,
2929
],
3030
exported_deps = [
31-
"//executorch/runtime/executor:program" + aten_suffix,
31+
"//executorch/runtime/executor:program_no_prim_ops" + aten_suffix,
3232
],
3333
)

0 commit comments

Comments
 (0)