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 @@ -199,13 +199,14 @@ template("chip_data_model") {
199
199
" ${ _app_root } /util/binding-table.h" ,
200
200
" ${ _app_root } /util/generic-callback-stubs.cpp" ,
201
201
" ${ _app_root } /util/privilege-storage.cpp" ,
202
+
202
203
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp",
203
204
]
204
205
205
206
if (defined (external_app_common )) {
206
- sources += [" ${ external_app_common } /app-common/zap-generated/attributes/Accessors.cpp" , ]
207
+ sources += [ " ${ external_app_common } /app-common/zap-generated/attributes/Accessors.cpp" ]
207
208
} else {
208
- sources += [" ${ chip_root } /zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp" , ]
209
+ sources += [ " ${ chip_root } /zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp" ]
209
210
}
210
211
211
212
sources += codegen_data_model_SOURCES
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ source_set("enums") {
77
77
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/cluster-enums.h",
78
78
" ${ chip_project_app_common_include_dir } /app-common/zap-generated/cluster-enums-check.h" ,
79
79
" ${ chip_project_app_common_include_dir } /app-common/zap-generated/cluster-enums.h" ,
80
-
81
80
" CompatEnumNames.h" ,
82
81
]
83
82
You can’t perform that action at this time.
0 commit comments