Skip to content

Commit 179a7b8

Browse files
JakeStevensfacebook-github-bot
authored andcommitted
Export Neutron headers and update visibility (#14309)
Summary: Use exported_headers so we can include them directly Reviewed By: digantdesai Differential Revision: D82473690
1 parent 0329a8a commit 179a7b8

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)