Skip to content

Commit 39000e6

Browse files
authored
[bridge-app] Fix wrong config file get included (project-chip#33278)
1 parent 39703f7 commit 39000e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bridge-app/linux/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ assert(chip_build_tools)
2020

2121
executable("chip-bridge-app") {
2222
sources = [
23+
"${chip_root}/examples/bridge-app/bridge-common/include/CHIPProjectAppConfig.h",
2324
"${chip_root}/examples/bridge-app/linux/bridged-actions-stub.cpp",
24-
"${chip_root}/examples/tv-app/tv-common/include/CHIPProjectAppConfig.h",
2525
"Device.cpp",
2626
"include/Device.h",
2727
"include/main.h",

0 commit comments

Comments
 (0)