Skip to content

Commit

Permalink
fix dependency chain
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Aug 1, 2023
1 parent 02366b1 commit 7b4ca59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/icd/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ source_set("manager-srcs") {
]

deps = [
":cluster-srcs",
":observer-srcs",
]
public_deps = [ "${chip_root}/src/credentials:credentials" ]

public_deps = [
":cluster-srcs",
"${chip_root}/src/credentials:credentials",
]
}

# ICD management cluster source-set is broken out of the main source-set to enable unit tests
Expand Down

0 comments on commit 7b4ca59

Please sign in to comment.