Skip to content

Commit 9246435

Browse files
rgoliverpull[bot]
rgoliver
authored andcommitted
RPC: Remove console install from efr lighting (#12566)
Fixes some CI build flake.
1 parent 0d7a663 commit 9246435

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/lighting-app/efr32/BUILD.gn

-6
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ efr32_executable("lighting_app") {
167167

168168
group("efr32") {
169169
deps = [ ":lighting_app" ]
170-
if (chip_enable_pw_rpc) {
171-
deps += [
172-
"${chip_root}/examples/common/pigweed/rpc_console/py:chip_rpc.install",
173-
"${chip_root}/examples/common/pigweed/rpc_console/py:chip_rpc_wheel",
174-
]
175-
}
176170
}
177171

178172
group("default") {

0 commit comments

Comments
 (0)