diff --git a/backends/aoti/targets.bzl b/backends/aoti/targets.bzl index 560cf52e06f..be5fe490721 100644 --- a/backends/aoti/targets.bzl +++ b/backends/aoti/targets.bzl @@ -24,6 +24,7 @@ def define_common_targets(): ], headers = [ "common_shims.h", + "export.h", "utils.h", ], # @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)