diff --git a/src/app/icd/client/BUILD.gn b/src/app/icd/client/BUILD.gn index 8f3c8e33d34bbf..defb94f4f079aa 100644 --- a/src/app/icd/client/BUILD.gn +++ b/src/app/icd/client/BUILD.gn @@ -31,6 +31,7 @@ source_set("manager") { "${chip_root}/src/protocols", ] } + # ICD Handler source-set is broken out of the main source-set to enable unit tests # All sources and configurations used by the ICDHandler need to go in this source-set source_set("handler") { @@ -44,4 +45,4 @@ source_set("handler") { "${chip_root}/src/messaging", "${chip_root}/src/protocols", ] -} \ No newline at end of file +}