Skip to content

Commit e4a31b9

Browse files
adigieArekBalysNordic
authored andcommitted
[nrf toup] Disable chip_build_tools for Zephyr
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 <adrian.gielniewski@nordicsemi.no>
1 parent 6c1a9c5 commit e4a31b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/chip/tools.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import("${chip_root}/src/platform/device.gni")
1717
declare_args() {
1818
# Build CHIP tools.
1919
chip_build_tools = current_os != "freertos" && current_os != "android" &&
20-
chip_device_platform != "fake"
20+
current_os != "zephyr" && chip_device_platform != "fake"
2121
chip_can_build_cert_tool =
2222
chip_crypto == "openssl" || chip_crypto == "boringssl" ||
2323
(chip_crypto == "" &&

0 commit comments

Comments
 (0)