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 0329a8a commit 179a7b8Copy full SHA for 179a7b8
backends/nxp/runtime/targets.bzl
@@ -4,7 +4,7 @@ def define_common_targets():
4
runtime.cxx_library(
5
name = "nxp_backend",
6
srcs = ["NeutronBackend.cpp"],
7
- headers = ["NeutronDriver.h", "NeutronErrors.h"],
+ exported_headers = ["NeutronDriver.h", "NeutronErrors.h"],
8
compatible_with = ["ovr_config//cpu:arm32-embedded", "@fbsource//arvr/firmware/projects/smartglasses/config:embedded-mcu-rtos"],
9
# Neutron runtime needs to compile with executor as whole
10
# @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)
0 commit comments