diff --git a/src/credentials/BUILD.gn b/src/credentials/BUILD.gn index b6a7b0d081eae2..704124284dd4d5 100644 --- a/src/credentials/BUILD.gn +++ b/src/credentials/BUILD.gn @@ -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") {