Skip to content

Commit

Permalink
Only the DIFFBASE CL is public.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700118591
  • Loading branch information
fergushenderson authored and copybara-github committed Dec 3, 2024
1 parent 10c9ea0 commit 9f8503b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tflite/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ STABLE_FRAMEWORK_LIB_IMPL_HDRS = [

exports_files(
[hdr for hdr in FRAMEWORK_LIB_HDRS if hdr[0] != "/"],
visibility = ["//tflite/core/shims:__subpackages__"],
visibility = [
"//tflite/core/shims:__subpackages__",
] + tflite_internal_cc_3p_api_deps_src_all_visibility_allowlist(),
)

cc_library(
Expand Down

0 comments on commit 9f8503b

Please sign in to comment.