Skip to content

Commit ad1df9b

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

File tree

1 file changed

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

1 file changed

+7
-3
lines changed

third_party/openthread/platforms/qpg/BUILD.gn

+7-3
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,22 @@ source_set("libopenthread-qpg") {
6262
"${openthread_qpg_root}/src/${openthread_qpg_family}/uart.c",
6363
]
6464

65-
include_dirs = [ "${openthread_qpg_root}/src/${openthread_qpg_family}" ]
65+
include_dirs = [
66+
"${openthread_qpg_root}/src/${openthread_qpg_family}",
67+
"${openthread_root}/examples/platforms/utils",
68+
]
6669

6770
sources += [
6871
"${openthread_root}/examples/apps/cli/cli_uart.cpp",
72+
"${openthread_root}/examples/platforms/utils/link_metrics.cpp",
73+
"${openthread_root}/examples/platforms/utils/mac_frame.cpp",
74+
"${openthread_root}/examples/platforms/utils/settings_ram.c",
6975
"${openthread_root}/src/cli/cli_config.h",
7076
]
7177
include_dirs += [ "${openthread_root}/examples/apps" ]
7278

7379
public_deps = [
7480
":openthread_core_config_qpg",
7581
"${openthread_root}/src/core:libopenthread_core_headers",
76-
"..:libopenthread-platform",
77-
"..:libopenthread-platform-utils",
7882
]
7983
}

0 commit comments

Comments
 (0)