Skip to content

Commit

Permalink
change for gni based builds
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-becker-tridonic-com committed Jan 14, 2025
1 parent a20312b commit 1180591
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/chip_data_model.gni
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,13 @@ template("chip_data_model") {
"${_app_root}/util/privilege-storage.cpp",
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp",
]

if (defined(external_app_common)) {
sources += ["${external_app_common}/app-common/zap-generated/attributes/Accessors.cpp",]
} else {
sources += ["${chip_root}/zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp",]
}

sources += codegen_data_model_SOURCES

if (!chip_build_controller_dynamic_server) {
Expand Down

0 comments on commit 1180591

Please sign in to comment.