Skip to content

Commit

Permalink
Why are these so intertwined
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Sep 27, 2023
1 parent 8ec12ab commit f36c8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/credentials/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ source_set("test_paa_store") {
"attestation_verifier/CHIPAttCert_test_paa_store.h",
]

public_deps = [ "${chip_root}/src/lib/support:span" ]
public_deps = [ "${chip_root}/src/lib/support" ]
}

static_library("default_attestation_verifier") {
Expand Down
11 changes: 1 addition & 10 deletions src/lib/support/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ source_set("chip_version_header") {
deps = [ ":gen_chip_version" ]
}

source_set("span") {
sources = [ "Span.h" ]

public_deps = [ "${chip_root}/src/lib/core:chip_config_header" ]
deps = [ "${nlassert_root}:nlassert" ]
if (chip_pw_tokenizer_logging) {
deps += [ "${dir_pw_tokenizer}" ]
}
}

static_library("support") {
output_name = "libSupportLayer"

Expand Down Expand Up @@ -141,6 +131,7 @@ static_library("support") {
"SerializableIntegerSet.h",
"SetupDiscriminator.h",
"SortUtils.h",
"Span.h",
"StateMachine.h",
"StringBuilder.cpp",
"StringBuilder.h",
Expand Down

0 comments on commit f36c8db

Please sign in to comment.