Skip to content

Commit

Permalink
Fix Build.gn - multiple inclusion of CheckInMessage.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Feb 6, 2024
1 parent 91ad97c commit 6235b6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/protocols/secure_channel/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ source_set("check-in-message") {
"CheckinMessage.h",
]

public_deps = [ ":check-in-counter" ]

deps = [
":check-in-counter",
":type_definitions",
"${chip_root}/src/crypto",
"${chip_root}/src/lib/core",
Expand Down Expand Up @@ -54,8 +55,6 @@ static_library("secure_channel") {
"CASEServer.h",
"CASESession.cpp",
"CASESession.h",
"CheckinMessage.cpp",
"CheckinMessage.h",
"DefaultSessionResumptionStorage.cpp",
"DefaultSessionResumptionStorage.h",
"PASESession.cpp",
Expand Down

0 comments on commit 6235b6f

Please sign in to comment.