Skip to content

Commit 01c3972

Browse files
committed
Restyle
1 parent 89cd06d commit 01c3972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ if (chip_device_platform != "none" && chip_device_platform != "external") {
308308
} else if (chip_device_platform == "openiotsdk") {
309309
device_layer_target_define = "OPEN_IOT_SDK"
310310
defines += [ "CHIP_DEVICE_LAYER_TARGET=openiotsdk" ]
311-
public_deps += [ "${chip_root}/src/platform/openiotsdk:openiotsdk_buildconfig" ]
311+
public_deps +=
312+
[ "${chip_root}/src/platform/openiotsdk:openiotsdk_buildconfig" ]
312313
} else if (chip_device_platform == "asr") {
313314
device_layer_target_define = "ASR"
314315
defines += [ "CHIP_DEVICE_LAYER_TARGET=ASR" ]

0 commit comments

Comments
 (0)