Skip to content

Commit

Permalink
Allow the seed_corpus_maker_lib to be used outside of Centipede.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 650738680
  • Loading branch information
Markus Kusano authored and copybara-github committed Jul 9, 2024
1 parent 3880eda commit 28a213f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions centipede/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ proto_library(

cc_proto_library(
name = "seed_corpus_config_cc_proto",
visibility = EXTENDED_API_VISIBILITY,
deps = [":seed_corpus_config_proto"],
)

Expand Down Expand Up @@ -1075,6 +1076,7 @@ cc_library(
name = "seed_corpus_maker_lib",
srcs = ["seed_corpus_maker_lib.cc"],
hdrs = ["seed_corpus_maker_lib.h"],
visibility = EXTENDED_API_VISIBILITY,
deps = [
":corpus_io",
":feature",
Expand Down

0 comments on commit 28a213f

Please sign in to comment.