Skip to content

Commit 214d543

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

File tree

1 file changed

+7
-0
lines changed
  • third_party/openthread/platforms/qpg

1 file changed

+7
-0
lines changed

third_party/openthread/platforms/qpg/BUILD.gn

+7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ config("openthread_qpg_config") {
3232
"QORVO_FTD=${chip_openthread_ftd}",
3333
"QORVO_RCP=0",
3434
]
35+
36+
public_configs = [ "${openthread_root}:openthread_config" ]
37+
if (chip_openthread_ftd) {
38+
public_configs += [ "${openthread_root}:openthread_ftd_config" ]
39+
} else {
40+
public_configs += [ "${openthread_root}:openthread_mtd_config" ]
41+
}
3542
}
3643

3744
source_set("openthread_core_config_qpg") {

0 commit comments

Comments
 (0)