Skip to content

Commit

Permalink
* Split libraries and rename
Browse files Browse the repository at this point in the history
* Update qpg_sdk sha to new libraries
* Update build files to use new libraries
  • Loading branch information
jimlyall-q committed Sep 28, 2021
1 parent e4d15a8 commit 8773941
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion third_party/openthread/platforms/qpg/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ source_set("libopenthread-qpg") {
include_dirs += [ "${openthread_root}/examples/apps" ]

libs = [
"${qpg_sdk_root}/${qpg_target_ic}/lib/libOpenThread_${qpg_target_ic}_mtd.a",
"${qpg_sdk_root}/${qpg_target_ic}/lib/libOpenThreadQorvoGlue_${qpg_target_ic}_mtd.a",
]

public_deps = [
Expand Down
3 changes: 2 additions & 1 deletion third_party/qpg_sdk/qpg_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ template("qpg_sdk") {
lib_dirs = []

libs += [
"${qpg_sdk_root}/${qpg_target_ic}/lib/libCHIP_${qpg_target_ic}.a",
"${qpg_sdk_root}/${qpg_target_ic}/lib/libMatterQorvoGlue_${qpg_target_ic}_libbuild.a",
"${qpg_sdk_root}/${qpg_target_ic}/lib/libQorvoStack_${qpg_target_ic}.a",
"${qpg_sdk_root}/${qpg_target_ic}/lib/libmbedtls_alt_${qpg_target_ic}.a",
]

Expand Down
2 changes: 1 addition & 1 deletion third_party/qpg_sdk/repo
Submodule repo updated from 9ae193 to 065086

0 comments on commit 8773941

Please sign in to comment.