File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,10 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
152
152
deps += [ " //:fuzz_tests" ]
153
153
}
154
154
155
+ if (pw_enable_fuzz_test_targets ) {
156
+ deps += [ " //:pw_fuzz_tests" ]
157
+ }
158
+
155
159
if (chip_device_platform != " none" ) {
156
160
deps += [ " ${ chip_root } /src/app/server" ]
157
161
}
Original file line number Diff line number Diff line change @@ -70,9 +70,6 @@ if (_chip_defaults.custom_toolchain != "") {
70
70
} else {
71
71
_default_toolchain = _chip_defaults .custom_toolchain
72
72
}
73
- # } else if (is_pw_fuzz == true) {
74
- # _default_toolchain =
75
- # "${_build_overrides.build_root}/toolchain/pw_fuzzer:clang_pw_fuzz"
76
73
} else if (target_os == " all" ) {
77
74
_default_toolchain = " ${ _pigweed_overrides.dir_pw_toolchain } /default"
78
75
} else if (target_os == " linux" ) {
You can’t perform that action at this time.
0 commit comments