File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,6 @@ def define_common_targets():
6767 ],
6868 )
6969
70- runtime .python_library (
71- name = "exir" ,
72- srcs = [
73- "_serialize.py" ,
74- "schema.py" ,
75- ],
76- base_module = "executorch.exir" ,
77- visibility = [
78- "//executorch/codegen/..." ,
79- ],
80- )
81-
8270 runtime .python_binary (
8371 name = "gen" ,
8472 main_module = "executorch.codegen.gen" ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ def define_common_targets(is_fbcode = False):
2828 main_module = "executorch.codegen.tools.gen_oplist" ,
2929 deps = [
3030 ":gen_oplist_lib" ,
31+ "//executorch/exir:lib"
3132 ],
3233 preload_deps = [] if runtime .is_oss else ["//executorch/codegen/tools/fb:selective_build" ], # TODO(larryliu0820) :selective_build doesn't build in OSS yet
3334 package_style = "inplace" ,
You can’t perform that action at this time.
0 commit comments