Skip to content

Commit

Permalink
add tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Sep 28, 2023
1 parent 3256c21 commit 448104e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/credentials/BUILD.gn
Original file line number Diff line number Diff line change
@@ -136,6 +136,11 @@ source_set("test_paa_store") {
"${chip_root}/src/lib/core:chip_config_header", # for lib/support/Span.h
"${nlassert_root}:nlassert", # for lib/support/Span.h
]
if (chip_pw_tokenizer_logging) {
public_deps += [
"${dir_pw_tokenizer}", # for /lib/support/Span.h
]
}
}

static_library("default_attestation_verifier") {

0 comments on commit 448104e

Please sign in to comment.