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 dinglamazon committed Nov 8, 2021
1 parent 22f68ac commit 823abda
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/all-clusters-app/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")

static_library("static-supported-modes-manager") {
sources = [
"${chip_root}/examples/all-clusters-app/all-clusters-common/src/static-supported-modes-manager.cpp",
]
sources = [ "${chip_root}/examples/all-clusters-app/all-clusters-common/src/static-supported-modes-manager.cpp" ]

#zap_pregenerated_dir = "${chip_root}/zzz_generated"

Expand All @@ -37,7 +35,6 @@ static_library("static-supported-modes-manager") {
]

cflags = [ "-Wconversion" ]

}

executable("chip-all-clusters-app") {
Expand Down

0 comments on commit 823abda

Please sign in to comment.