File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ pw_proto_library("fabric_admin_service") {
91
91
inputs = [ " protos/fabric_admin_service.options" ]
92
92
deps = [
93
93
" :fabric_sync_common" ,
94
- " $dir_pw_protobuf :common_protos"
94
+ " $dir_pw_protobuf :common_protos" ,
95
95
]
96
96
strip_prefix = " protos"
97
97
prefix = " fabric_admin_service"
@@ -102,7 +102,7 @@ pw_proto_library("fabric_bridge_service") {
102
102
inputs = [ " protos/fabric_bridge_service.options" ]
103
103
deps = [
104
104
" :fabric_sync_common" ,
105
- " $dir_pw_protobuf :common_protos"
105
+ " $dir_pw_protobuf :common_protos" ,
106
106
]
107
107
strip_prefix = " protos"
108
108
prefix = " fabric_bridge_service"
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ pw_python_package("chip_rpc") {
46
46
" ${ chip_root } /examples/common/pigweed:descriptor_service.python" ,
47
47
" ${ chip_root } /examples/common/pigweed:device_service.python" ,
48
48
" ${ chip_root } /examples/common/pigweed:echo_service.python" ,
49
- " ${ chip_root } /examples/common/pigweed:fabric_sync_common.python" ,
50
49
" ${ chip_root } /examples/common/pigweed:fabric_admin_service.python" ,
51
50
" ${ chip_root } /examples/common/pigweed:fabric_bridge_service.python" ,
51
+ " ${ chip_root } /examples/common/pigweed:fabric_sync_common.python" ,
52
52
" ${ chip_root } /examples/common/pigweed:lighting_service.python" ,
53
53
" ${ chip_root } /examples/common/pigweed:locking_service.python" ,
54
54
" ${ chip_root } /examples/common/pigweed:ot_cli_service.python" ,
You can’t perform that action at this time.
0 commit comments