File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ if (chip_device_platform != "none" && chip_device_platform != "external") {
143
143
" CHIP_DEVICE_CONFIG_ENABLE_WIFIPAF=${ chip_device_config_enable_wifipaf } " ,
144
144
]
145
145
146
+ public_deps = [ " ${ chip_root } /src/app/icd/server:icd-server-config" ]
147
+
146
148
if (chip_device_platform == " linux" || chip_device_platform == " darwin" ||
147
149
chip_device_platform == " tizen" || chip_device_platform == " android" ||
148
150
chip_device_platform == " webos" || chip_device_platform == " bl602" ||
@@ -306,6 +308,7 @@ if (chip_device_platform != "none" && chip_device_platform != "external") {
306
308
} else if (chip_device_platform == " openiotsdk" ) {
307
309
device_layer_target_define = " OPEN_IOT_SDK"
308
310
defines += [ " CHIP_DEVICE_LAYER_TARGET=openiotsdk" ]
311
+ public_deps += [ " ${ chip_root } /src/platform/openiotsdk:openiotsdk_buildconfig" ]
309
312
} else if (chip_device_platform == " asr" ) {
310
313
device_layer_target_define = " ASR"
311
314
defines += [ " CHIP_DEVICE_LAYER_TARGET=ASR" ]
@@ -403,8 +406,6 @@ if (chip_device_platform != "none" && chip_device_platform != "external") {
403
406
" ${ chip_root } /src/ble:ble_config_header" ,
404
407
" ${ chip_root } /src/system:system_config_header" ,
405
408
]
406
-
407
- public_deps = [ " ${ chip_root } /src/app/icd/server:icd-server-config" ]
408
409
}
409
410
} else if (chip_device_platform == " none" ) {
410
411
buildconfig_header (" platform_buildconfig" ) {
You can’t perform that action at this time.
0 commit comments