Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Dec 9, 2021
1 parent b96d504 commit 60d0cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/shell/commands/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ source_set("commands") {
if (chip_enable_ota_requestor && chip_device_platform != "none") {
sources += [ "Ota.cpp" ]
public_deps += [ "${chip_root}/src/app/clusters/ota-requestor:headers" ]

# TODO: remove dependency of OTA shell on controller-clusters
include_dirs = [ "${chip_root}/zzz_generated/controller-clusters" ]
}
Expand Down
2 changes: 1 addition & 1 deletion src/platform/nrfconnect/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ static_library("nrfconnect") {

if (chip_enable_ota_requestor) {
sources += [
"OTAImageProcessorImpl.h",
"OTAImageProcessorImpl.cpp",
"OTAImageProcessorImpl.h",
]
}
}

0 comments on commit 60d0cc0

Please sign in to comment.