Skip to content

Commit db4e3a1

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

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

third_party/openthread/platforms/qpg/BUILD.gn

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ source_set("openthread_mbedtls_config_qpg") {
5050
}
5151

5252
source_set("libopenthread-qpg") {
53+
include_dirs = [
54+
"${openthread_qpg_root}/src/${openthread_qpg_family}",
55+
"${openthread_root}/examples/platforms/utils",
56+
]
5357
sources = [
5458
"${openthread_qpg_root}/src/${openthread_qpg_family}/alarm.c",
5559
"${openthread_qpg_root}/src/${openthread_qpg_family}/diag.c",

0 commit comments

Comments
 (0)