File tree 3 files changed +5
-9
lines changed
mock_includes/zap-generated
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ static_library("interaction-model") {
237
237
if (chip_build_controller_dynamic_server ) {
238
238
sources += [
239
239
" clusters/ota-provider/ota-provider.cpp" ,
240
- " dynamic_server/AccessControl.h" ,
241
240
" dynamic_server/AccessControl.cpp" ,
241
+ " dynamic_server/AccessControl.h" ,
242
242
" dynamic_server/DynamicDispatcher.cpp" ,
243
243
" util/privilege-storage.cpp" ,
244
244
" util/privilege-storage.h" ,
Original file line number Diff line number Diff line change 15
15
import (" //build_overrides/chip.gni" )
16
16
17
17
# This config is to allow ota-provider or similar to include `_attribute-storage.h` (underscore
18
- # no make linter not recognize this as a reference) for overriden function access that are
18
+ # no make linter not recognize this as a reference) for overriden function access that are
19
19
# overriden by DynamicDispatcher
20
20
#
21
21
# This feels awkward and should be cleaned up once we manage to isolate generated code more.
@@ -24,11 +24,7 @@ config("mock-codegen-config") {
24
24
}
25
25
26
26
source_set (" mock-codegen-includes" ) {
27
- sources = [
28
- " mock_includes/zap-generated/endpoint_config.h" ,
29
- ]
27
+ sources = [ " mock_includes/zap-generated/endpoint_config.h" ]
30
28
31
- public_configs = [" :mock-codegen-config" ]
29
+ public_configs = [ " :mock-codegen-config" ]
32
30
}
33
-
34
-
You can’t perform that action at this time.
0 commit comments