diff --git a/build/chip/chip_test_suite.gni b/build/chip/chip_test_suite.gni index 4662dcc851af29..60f29346a48fa6 100644 --- a/build/chip/chip_test_suite.gni +++ b/build/chip/chip_test_suite.gni @@ -94,7 +94,8 @@ template("chip_test_suite") { deps = [ dir_pw_unit_test ] - if (current_os != "zephyr" && current_os != "mbed") { + if (current_os != "zephyr" && current_os != "mbed" && + chip_device_platform != "efr32") { # Depend on stdio logging, and have it take precedence over the default platform backend public_deps += [ "${chip_root}/src/platform/logging:stdio" ] } else {