Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix constexpr complaints on test vectors #29462

Merged
merged 10 commits into from
Sep 29, 2023
Prev Previous commit
Next Next commit
add the gni
cecille committed Sep 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 031519c940bdafcbd5422db6eae4e2c9c996531e
2 changes: 2 additions & 0 deletions src/credentials/BUILD.gn
Original file line number Diff line number Diff line change
@@ -15,7 +15,9 @@
import("//build_overrides/chip.gni")
import("//build_overrides/nlassert.gni")
import("${chip_root}/src/crypto/crypto.gni")
import("${chip_root}/src/lib/core/core.gni")
import("${chip_root}/src/platform/device.gni")

declare_args() {
chip_build_example_creds = true
}