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 2fff01a commit 139be81Copy full SHA for 139be81
extension/flat_tensor/serialize/targets.bzl
@@ -39,7 +39,9 @@ def define_common_targets():
39
name = "flat_tensor_header",
40
srcs = ["flat_tensor_header.cpp"],
41
exported_headers = ["flat_tensor_header.h"],
42
- visibility = ["//executorch/..."],
+ visibility = [
43
+ "//executorch/...",
44
+ ],
45
exported_deps = ["//executorch/runtime/core:core"],
46
)
47
@@ -54,6 +56,7 @@ def define_common_targets():
54
56
exported_headers = ["serialize.h"],
55
57
visibility = [
58
"//executorch/...",
59
+ "@EXECUTORCH_CLIENTS",
60
],
61
exported_external_deps = ["flatbuffers-api"],
62
0 commit comments