Skip to content

Commit f38e1d8

Browse files
committed
[QPG] Fix for OpenThread Stack bump compile issue
1 parent 1fecb91 commit f38e1d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/platform/qpg/BUILD.gn

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ source_set("openthread_core_config_qpg_chip_examples") {
3232
]
3333

3434
public_configs = [ ":chip_examples_project_config" ]
35+
36+
if (chip_openthread_ftd) {
37+
public_configs +=
38+
[ "${chip_root}/third_party/openthread/repo:openthread_ftd_config" ]
39+
} else {
40+
public_configs +=
41+
[ "${chip_root}/third_party/openthread/repo:openthread_mtd_config" ]
42+
}
3543
}
3644

3745
source_set("qpg-matter-shell") {

0 commit comments

Comments
 (0)