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 7adce88 commit 2a92fe5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/icd/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ source_set("manager-srcs") {
"ICDManager.h",
]

deps = [ ":cluster-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 2a92fe5

Please sign in to comment.