Skip to content

Commit

Permalink
[nrf toup] Disable chip_build_tools for Zephyr
Browse files Browse the repository at this point in the history
Disable `chip_build_tools` when building for Zephyr as it enables
`chip_with_nlfaultinjection` and increases RAM and FLASH usage.

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie authored and ArekBalysNordic committed Dec 2, 2024
1 parent 6c1a9c5 commit e4a31b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/chip/tools.gni
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import("${chip_root}/src/platform/device.gni")
declare_args() {
# Build CHIP tools.
chip_build_tools = current_os != "freertos" && current_os != "android" &&
chip_device_platform != "fake"
current_os != "zephyr" && chip_device_platform != "fake"
chip_can_build_cert_tool =
chip_crypto == "openssl" || chip_crypto == "boringssl" ||
(chip_crypto == "" &&
Expand Down

0 comments on commit e4a31b9

Please sign in to comment.