aboutsummaryrefslogtreecommitdiff
path: root/pw_bluetooth/size_report/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_bluetooth/size_report/BUILD.gn')
-rw-r--r--pw_bluetooth/size_report/BUILD.gn6
1 files changed, 4 insertions, 2 deletions
diff --git a/pw_bluetooth/size_report/BUILD.gn b/pw_bluetooth/size_report/BUILD.gn
index 37ad18bd3..2878e2e85 100644
--- a/pw_bluetooth/size_report/BUILD.gn
+++ b/pw_bluetooth/size_report/BUILD.gn
@@ -22,7 +22,8 @@ if (dir_pw_third_party_emboss != "") {
sources = [ "make_view_and_write.cc" ]
deps = [
"$dir_pw_bloat:bloat_this_binary",
- "$dir_pw_bluetooth:emboss_hci",
+ "$dir_pw_bluetooth:emboss_hci_group",
+ "$dir_pw_bluetooth:emboss_hci_test",
]
}
@@ -30,7 +31,8 @@ if (dir_pw_third_party_emboss != "") {
sources = [ "make_2_views_and_write.cc" ]
deps = [
"$dir_pw_bloat:bloat_this_binary",
- "$dir_pw_bluetooth:emboss_hci",
+ "$dir_pw_bluetooth:emboss_hci_group",
+ "$dir_pw_bluetooth:emboss_hci_test",
]
}
}