Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build of all-clusters-app to not build extraneous things. (#21302)
The all-clusters-app .gn file did not say what the default thing to build is, so we were defaulting to "all targets declared in any .gn file we depend on". This led to us compiling address-resolve-tool, for example, in addition to all-clusters-app. The fix is to explicitly say what the default thing to build is. Fixes #21221
- Loading branch information