Skip to content

Commit d973635

Browse files
authored
Export Neutron headers and update visibility
Differential Revision: D82473690 Pull Request resolved: pytorch#14309
1 parent ccd9824 commit d973635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/nxp/runtime/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def define_common_targets():
44
runtime.cxx_library(
55
name = "nxp_backend",
66
srcs = ["NeutronBackend.cpp"],
7-
headers = ["NeutronDriver.h", "NeutronErrors.h"],
7+
exported_headers = ["NeutronDriver.h", "NeutronErrors.h"],
88
compatible_with = ["ovr_config//cpu:arm32-embedded", "@fbsource//arvr/firmware/projects/smartglasses/config:embedded-mcu-rtos"],
99
# Neutron runtime needs to compile with executor as whole
1010
# @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)

0 commit comments

Comments
 (0)