aboutsummaryrefslogtreecommitdiff
path: root/build-tool/scripts/validation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-tool/scripts/validation.sh')
-rwxr-xr-xbuild-tool/scripts/validation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-tool/scripts/validation.sh b/build-tool/scripts/validation.sh
index 7928952577..12988b6ae8 100755
--- a/build-tool/scripts/validation.sh
+++ b/build-tool/scripts/validation.sh
@@ -34,7 +34,7 @@ fi
# Validation of chosen Arm NN dependencies
if [ "$flag_tflite_delegate" -eq 0 ] && [ "$flag_tflite_parser" -eq 0 ] && [ "$flag_onnx_parser" -eq 0 ]; then
- echo "$name: at least one of flags --tflite-delegate, --tflite-parser or --onnx-parser must be set (or --all)."
+ echo "$name: at least one of flags --tflite-classic-delegate, --tflite-opaque-delegate, --tflite-parser or --onnx-parser must be set (or --all)."
exit 1
fi