Skip to content

Commit

Permalink
Revert "[nrf fromtree] Move config header dependencies from platform …
Browse files Browse the repository at this point in the history
…to platform_base (project-chip#33324)"

This reverts commit 10aa26d.

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie committed Nov 28, 2024
1 parent d6296ce commit c548b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/darwin/Framework/chip_xcode_build_connector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,5 @@ find_in_ancestors() {

# generate and build
gn --root="$CHIP_ROOT" gen --check out --args="${args[*]}"
ninja -C out -v
ninja -C out -t missingdeps
exec ninja -v -C out
}
6 changes: 3 additions & 3 deletions src/platform/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,7 @@ if (chip_device_platform != "none") {
source_set("platform_base") {
public_deps = [
":platform_config_header",
"${chip_root}/src/app/icd/server:icd-server-config",
"${chip_root}/src/ble",
"${chip_root}/src/credentials:build_time_header",
"${chip_root}/src/inet",
"${chip_root}/src/lib/core",
"${chip_root}/src/lib/support",
Expand Down Expand Up @@ -513,8 +511,10 @@ if (chip_device_platform != "none") {

public_deps = [
":platform_base",
"${chip_root}/src/app:app_config", # TODO: Move into platforms using it
"${chip_root}/src/app:app_config",
"${chip_root}/src/app/common:cluster-objects",
"${chip_root}/src/app/icd/server:icd-server-config",
"${chip_root}/src/credentials:build_time_header",
"${chip_root}/src/crypto",
"${chip_root}/src/lib/support",
]
Expand Down

0 comments on commit c548b54

Please sign in to comment.