Skip to content

Commit 19d14e1

Browse files
committed
Move broadcast_util to exported_deps for copy_ops_util
1 parent 72fcff3 commit 19d14e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kernels/portable/cpu/util/targets.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,11 @@ def define_common_targets():
147147
"copy_ops_util.h",
148148
],
149149
compiler_flags = ["-Wno-missing-prototypes"],
150+
exported_deps = [
151+
":broadcast_util",
152+
],
150153
deps = [
151154
"//executorch/runtime/kernel:kernel_includes",
152-
"//executorch/kernels/portable/cpu/util:broadcast_util",
153155
],
154156
visibility = ["//executorch/kernels/portable/cpu/...", "//executorch/kernels/optimized/cpu/..."],
155157
)

0 commit comments

Comments
 (0)