Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependency checker in the unified build
Add a preprocessor condition to avoid including <lib/shell/Engine.h> when shell integration is disabled. Unfortunately, since the checker doesn't preprocess the code, this results in a false positive. Suppress that with // nogncheck. fixes project-chip#7200
- Loading branch information