From 938c7ace522a6616b7e1e74b52ecbb5486d30056 Mon Sep 17 00:00:00 2001 From: Prashanth Swaminathan Date: Fri, 12 Feb 2021 09:59:39 -0800 Subject: [PATCH] pw_bloat: Fix bloat_main dependency The bloat_main source set depends on the headers provided by the bloat_this_binary source_set. Change-Id: I28659bd66eca3198fb7c2d3bece2263cbdd33acc Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/32700 Reviewed-by: Rob Mohr Commit-Queue: Prashanth Swaminathan --- pw_bloat/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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.