From fbdacedab9d27c1afd4ebe57878338c4df938e2f Mon Sep 17 00:00:00 2001 From: Hardik Sharma Date: Tue, 21 Jan 2025 11:56:38 -0800 Subject: [PATCH] Allow executorch clients to use runtime py lib. (#7789) Summary: as titled. Reviewed By: tarun292 Differential Revision: D68446333 --- runtime/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/TARGETS b/runtime/TARGETS index 617613bf373..c341c042d03 100644 --- a/runtime/TARGETS +++ b/runtime/TARGETS @@ -11,5 +11,6 @@ runtime.python_library( visibility = [ "//executorch/runtime/...", "//executorch/exir/emit/test/...", + "@EXECUTORCH_CLIENTS", ], )