We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb2097 commit b21f4d4Copy full SHA for b21f4d4
src/platform/BUILD.gn
@@ -403,6 +403,8 @@ if (chip_device_platform != "none" && chip_device_platform != "external") {
403
"${chip_root}/src/ble:ble_config_header",
404
"${chip_root}/src/system:system_config_header",
405
]
406
+
407
+ public_deps = [ "${chip_root}/src/app/icd/server:icd-server-config" ]
408
}
409
} else if (chip_device_platform == "none") {
410
buildconfig_header("platform_buildconfig") {
0 commit comments