Skip to content

Commit 8c50292

Browse files
committed
[linux][examples] Add missing dependency
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@gmail.com>
1 parent 7b8aa2c commit 8c50292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/platform/linux/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ source_set("app-main") {
115115
"${chip_root}/examples/providers:device_info_provider",
116116
"${chip_root}/src/app/server",
117117
"${chip_root}/src/app/tests/suites/credentials:dac_provider",
118+
"${chip_root}/src/setup_payload:onboarding-codes-utils",
118119
]
119120

120121
if (current_os != "nuttx") {

0 commit comments

Comments
 (0)