Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and KishorSilabs committed Aug 18, 2023
1 parent dabe97e commit 013a513
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions examples/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@ source_set("siwx917-common") {

# AWS SDK OTA
if (aws_sdk_ota) {
public_deps +=
[ "${silabs_common_plat_dir}/DIC/matter_abs_interface:silabs-aws-sdk-ota" ]
public_deps += [
"${silabs_common_plat_dir}/DIC/matter_abs_interface:silabs-aws-sdk-ota",
]
}

# Attestation Credentials
Expand Down
5 changes: 3 additions & 2 deletions examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ source_set("efr32-common") {

# AWS SDK OTA
if (aws_sdk_ota) {
public_deps +=
[ "${silabs_common_plat_dir}/DIC/matter_abs_interface:silabs-aws-sdk-ota" ]
public_deps += [
"${silabs_common_plat_dir}/DIC/matter_abs_interface:silabs-aws-sdk-ota",
]
}

include_dirs = [ "." ]
Expand Down

0 comments on commit 013a513

Please sign in to comment.