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 c2a8912 commit 6c48270Copy full SHA for 6c48270
runtime/executor/targets.bzl
@@ -57,6 +57,8 @@ def define_common_targets():
57
exported_deps = [
58
"//executorch/runtime/core:core",
59
"//executorch/runtime/core:named_data_map",
60
+ ],
61
+ deps = [
62
"//executorch/schema:program",
63
],
64
exported_preprocessor_flags = [] if runtime.is_oss else ["-DEXECUTORCH_INTERNAL_FLATBUFFERS=1"],
0 commit comments