Skip to content

Commit 704203a

Browse files
shoumikhinZonglin Peng
authored and
Zonglin Peng
committed
Do not export autogenerated headers. (#8993)
Program schema should stay a private dep.
1 parent 9830c26 commit 704203a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/executor/targets.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def define_common_targets():
5757
exported_deps = [
5858
"//executorch/runtime/core:core",
5959
"//executorch/runtime/core:named_data_map",
60+
],
61+
deps = [
6062
"//executorch/schema:program",
6163
],
6264
exported_preprocessor_flags = [] if runtime.is_oss else ["-DEXECUTORCH_INTERNAL_FLATBUFFERS=1"],

0 commit comments

Comments
 (0)