#Centipede Expose centipede_uninstrumented and weak_sancov_stub.

This is needed by FuzzTest testing with Centipede.

PiperOrigin-RevId: 561445304
diff --git a/centipede/BUILD b/centipede/BUILD
index 07db178..3c5b9ca 100644
--- a/centipede/BUILD
+++ b/centipede/BUILD
@@ -48,6 +48,7 @@
 cc_uninstrumented_binary(
     name = "centipede_uninstrumented",
     binary = ":centipede",
+    visibility = PUBLIC_API_VISIBILITY,
 )
 
 # A standalone seed corpus generator.
@@ -757,6 +758,7 @@
 cc_library(
     name = "weak_sancov_stubs",
     srcs = ["weak_sancov_stubs.cc"],
+    visibility = PUBLIC_API_VISIBILITY,
     alwayslink = 1,
 )