Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def define_op_library(name, deps, android_deps, aten_target, _allow_third_party_
# library, and it blocks users like unit tests to use kernel
# implementation directly. So we enable this for xplat only.
["-fvisibility=hidden"] if is_xplat() else []
),
) + get_compiler_optimization_flags(),
deps = [
"//executorch/runtime/kernel:kernel_includes" + aten_suffix,
] + deps,
Expand Down
Loading