Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 3, 2023
1 parent a063251 commit b21c9c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/esp32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ declare_args() {

group("esp32") {
deps = [
"${chip_root}/src/lib",
matter_trace_config,
"${chip_root}/src/lib"
]

if (chip_build_pw_rpc_lib) {
Expand Down
1 change: 0 additions & 1 deletion src/tracing/esp32_trace/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ source_set("esp32_trace_tracing") {
public_configs = [ ":tracing" ]
deps = [ ":backend" ]
}

2 changes: 1 addition & 1 deletion src/tracing/tracing_args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ declare_args() {
#
# Additionally, if tracing is enabled, the main() function has to add
# backends explicitly
matter_enable_tracing_support = (current_os == "android")
matter_enable_tracing_support = current_os == "android"

# Defines the trace backend. Current matter tracing splits the logic
# into two parts:
Expand Down

0 comments on commit b21c9c7

Please sign in to comment.