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 7b5064b commit 1810dc1Copy full SHA for 1810dc1
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
- ] + [] if runtime.is_oss else ["//executorch/exir:lib"],
+ ] + [] if runtime.is_oss else ["//executorch/exir:lib"],
32
preload_deps = [] if runtime.is_oss else ["//executorch/codegen/tools/fb:selective_build"], # TODO(larryliu0820) :selective_build doesn't build in OSS yet
33
package_style = "inplace",
34
visibility = [
0 commit comments