Skip to content

Commit fb68f28

Browse files
Explicitly specify the notifier dependency that ICDShellCommands needs (#37558)
1 parent ecb3c14 commit fb68f28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/platform/silabs/shell/BUILD.gn

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ source_set("icd") {
3535

3636
public_configs = [ ":icd-shell-config" ]
3737

38-
deps = [ "${shell_dependency_path}:matter-shell" ]
38+
deps = [
39+
"${chip_root}/src/app/icd/server:notifier",
40+
"${shell_dependency_path}:matter-shell",
41+
]
3942
}

0 commit comments

Comments
 (0)