Skip to content

Commit

Permalink
[bridge-app] Fix wrong config file get included (#33278)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored May 3, 2024
1 parent 39703f7 commit 39000e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bridge-app/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ assert(chip_build_tools)

executable("chip-bridge-app") {
sources = [
"${chip_root}/examples/bridge-app/bridge-common/include/CHIPProjectAppConfig.h",
"${chip_root}/examples/bridge-app/linux/bridged-actions-stub.cpp",
"${chip_root}/examples/tv-app/tv-common/include/CHIPProjectAppConfig.h",
"Device.cpp",
"include/Device.h",
"include/main.h",
Expand Down

0 comments on commit 39000e6

Please sign in to comment.