diff --git a/pw_bloat/BUILD.gn b/pw_bloat/BUILD.gn index 9c6d12350..a2ee59c68 100644 --- a/pw_bloat/BUILD.gn +++ b/pw_bloat/BUILD.gn @@ -32,6 +32,7 @@ pw_source_set("bloat_this_binary") { pw_source_set("base_main") { sources = [ "base_main.cc" ] + deps = [ ":bloat_this_binary" ] } # Standard minimal base binary for bloat reports.