Don't use make_neon.sh in cryptest-android-mk.sh

We no longer need it after the changes from GH #1015.
This commit is contained in:
Jeffrey Walton 2021-03-09 14:13:01 -05:00
parent 474a101c8a
commit dc28413a04
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -73,7 +73,7 @@ fi
#############################################################################
files=(Android.mk Application.mk make_neon.sh test_shared.hxx test_shared.cxx)
files=(Android.mk Application.mk test_shared.hxx test_shared.cxx)
for file in "${files[@]}"; do
echo "Downloading $file"
@ -87,18 +87,6 @@ for file in "${files[@]}"; do
sleep 1
done
# Fix permissions and quarantine
chmod u=rwx,go=rx make_neon.sh
if [[ "${IS_DARWIN}" -ne 0 ]] && [[ $(command -v xattr 2>/dev/null) ]]; then
echo "Removing make_neon.sh quarantine"
xattr -d "com.apple.quarantine" make_neon.sh &>/dev/null
fi
# Fix missing *neon files
echo "Adding NEON files for armeabi-v7a"
bash make_neon.sh
#############################################################################
# Paydirt