Skip to content

Commit

Permalink
Removed the unwanted services from gn file
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte committed Sep 12, 2024
1 parent 0280c54 commit 8302f2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/refrigerator-app/silabs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ silabs_executable("refrigerator_app") {
"PW_RPC_BUTTON_SERVICE=1",
"PW_RPC_DESCRIPTOR_SERVICE=1",
"PW_RPC_DEVICE_SERVICE=1",
"PW_RPC_LIGHTING_SERVICE=1",
]

sources += [
Expand All @@ -194,7 +193,6 @@ silabs_executable("refrigerator_app") {
"${chip_root}/examples/common/pigweed:button_service.nanopb_rpc",
"${chip_root}/examples/common/pigweed:descriptor_service.nanopb_rpc",
"${chip_root}/examples/common/pigweed:device_service.nanopb_rpc",
"${chip_root}/examples/common/pigweed:lighting_service.nanopb_rpc",
]

if (wifi_soc) {
Expand Down

0 comments on commit 8302f2d

Please sign in to comment.