We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b0b11 commit 03678b2Copy full SHA for 03678b2
codegen/tools/targets.bzl
@@ -28,7 +28,7 @@ def define_common_targets(is_fbcode = False):
28
main_module = "executorch.codegen.tools.gen_oplist",
29
deps = [
30
":gen_oplist_lib",
31
- "//executorch/exir:lib"
+ "//executorch/exir:lib",
32
],
33
preload_deps = [] if runtime.is_oss else ["//executorch/codegen/tools/fb:selective_build"], # TODO(larryliu0820) :selective_build doesn't build in OSS yet
34
package_style = "inplace",
0 commit comments