From 586b02d881431ab05597f12ac1d00489cf8410b6 Mon Sep 17 00:00:00 2001 From: "The gemma.cpp Authors" Date: Mon, 15 Jun 2026 06:42:04 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 932428987 --- io/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/io/BUILD.bazel b/io/BUILD.bazel index 3d88ef90..a2e40d43 100644 --- a/io/BUILD.bazel +++ b/io/BUILD.bazel @@ -27,6 +27,7 @@ config_setting( FILE_DEPS = select({ "//conditions:default": [ # Placeholder for io deps, do not remove + "//net/grpc/internal/src/core/ext/event_engine:grpc_event_manager", ], ":android": [], # Placeholder 1 for internal build rules, do not remove