Skip to content

Commit b21f4d4

Browse files
committed
SystemConfig includes ICDServerBuildConfig.h. Add the dependency as a formal dependency
1 parent 7cb2097 commit b21f4d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platform/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ if (chip_device_platform != "none" && chip_device_platform != "external") {
403403
"${chip_root}/src/ble:ble_config_header",
404404
"${chip_root}/src/system:system_config_header",
405405
]
406+
407+
public_deps = [ "${chip_root}/src/app/icd/server:icd-server-config" ]
406408
}
407409
} else if (chip_device_platform == "none") {
408410
buildconfig_header("platform_buildconfig") {

0 commit comments

Comments
 (0)