Change to [ERROR] "$i" contains neon optimization

This commit is contained in:
talregev 2020-07-10 20:15:47 +03:00
parent 694202e424
commit 588fb50007
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ NeonTest()
for i in $list_libs; do
if [ $(readelf -A $(find $ANDROID_TC -name "$i") | grep -i neon | head -c1 | wc -c) -ne 0 ]; then
echo "$i" is with neon optimization
echo [ERROR] "$i" contains neon optimization
exit 1
fi
done