From 406242a02897b16c49be3deaddf80384f3fc3014 Mon Sep 17 00:00:00 2001 From: FuzzTest Team Date: Wed, 15 Jul 2026 11:29:58 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 948451218 --- centipede/BUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/centipede/BUILD b/centipede/BUILD index a2b30e8d9..125919227 100644 --- a/centipede/BUILD +++ b/centipede/BUILD @@ -2034,3 +2034,13 @@ cc_library( "@abseil-cpp//absl/base:nullability", ], ) + +cc_static_library( + name = "centipede_engine_static", + deps = [ + ":engine_controller_with_subprocess", + ":engine_worker", + ":sancov_runtime", + ":weak_sancov_stubs", + ], +)