Skip to content

Commit

Permalink
[platform] Add empty platform_base source set (project-chip#34883)
Browse files Browse the repository at this point in the history
* [platform] Add empty platform_base source set

When cross-compiling on Windows, bootstrap would fail
because of some targets that are depending on platform_base
source set, which is not defined for chip_device_platform None.

Signed-off-by: marius-alex-tache <[email protected]>

* Restyled by gn

---------

Signed-off-by: marius-alex-tache <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and austina-csa committed Aug 12, 2024
1 parent 395e52c commit a1b6b40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/platform/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,9 @@ if (chip_device_platform != "none") {
group("platform") {
public_deps = [ ":platform_buildconfig" ]
}

source_set("platform_base") {
}
}

source_set("syscalls_stub") {
Expand Down

0 comments on commit a1b6b40

Please sign in to comment.