From 7152b91fecfe99a1cc05c01991618d245f55cfa9 Mon Sep 17 00:00:00 2001 From: Yiwen Xie Date: Mon, 3 Feb 2025 14:32:05 -0800 Subject: [PATCH] Add EXECUTORCH_CLIENTS for visibility in extension/export_util:export_util Summary: Title Differential Revision: D69076842 --- extension/export_util/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/export_util/TARGETS b/extension/export_util/TARGETS index b6219d2ff6e..0ec85fda632 100644 --- a/extension/export_util/TARGETS +++ b/extension/export_util/TARGETS @@ -12,6 +12,7 @@ runtime.python_library( "//bento/...", "//bento_kernels/...", "//executorch/...", + "@EXECUTORCH_CLIENTS", ], deps = [ "//caffe2:torch",