Skip to content

Commit

Permalink
Split up src/platform/BUILD.gn (#8099)
Browse files Browse the repository at this point in the history
Rather than defining every platform in a giant switch/case, create
separate build files for each one.

This is a lot more manageable and allows dropping conditionals in many
cases as build files aren't loaded unless reachable from the root.
  • Loading branch information
mspang authored and pull[bot] committed Aug 20, 2021
1 parent 1168a21 commit 3002381
Show file tree
Hide file tree
Showing 13 changed files with 789 additions and 449 deletions.
1 change: 0 additions & 1 deletion src/lib/support/ThreadOperationalDataset.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <stdlib.h>

#include <core/CHIPCore.h>
#include <platform/internal/DeviceNetworkInfo.h>
#include <support/Span.h>

namespace chip {
Expand Down
Loading

0 comments on commit 3002381

Please sign in to comment.