From eb101d0be29b05ecc56aa9d3806146a13b4b1d84 Mon Sep 17 00:00:00 2001 From: Fergus Henderson Date: Mon, 25 Nov 2024 15:28:19 -0800 Subject: [PATCH] Only the DIFFBASE CL is public. PiperOrigin-RevId: 700118591 --- tflite/BUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tflite/BUILD b/tflite/BUILD index 00e84ecf..741b0ee7 100644 --- a/tflite/BUILD +++ b/tflite/BUILD @@ -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(