We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a837402 commit 9635578Copy full SHA for 9635578
examples/platform/nxp/se05x/linux/BUILD.gn
@@ -71,6 +71,8 @@ source_set("app-main") {
71
defines += [ "ENABLE_CHIP_SHELL" ]
72
}
73
74
+ deps = [ "${chip_root}/src/setup_payload:onboarding-codes-utils" ]
75
+
76
public_deps = [
77
":ota-test-event-trigger",
78
"${chip_root}/examples/providers:device_info_provider",
0 commit comments