We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fecb91 commit 214d543Copy full SHA for 214d543
third_party/openthread/platforms/qpg/BUILD.gn
@@ -32,6 +32,13 @@ config("openthread_qpg_config") {
32
"QORVO_FTD=${chip_openthread_ftd}",
33
"QORVO_RCP=0",
34
]
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
+ }
42
}
43
44
source_set("openthread_core_config_qpg") {
0 commit comments