Bump Android version for cryptest-android.sh script

This commit is contained in:
Jeffrey Walton 2022-12-27 10:37:04 -05:00
parent 619e47b71c
commit 6acf173498
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -78,7 +78,7 @@ for platform in "${PLATFORMS[@]}"
do
# setenv-android.sh reads these two variables for configuration info.
# Android 5.0 is 21. Android 6.0 is 23.
export ANDROID_API="21"
export ANDROID_API="23"
export ANDROID_CPU="${platform}"
make -f GNUmakefile-cross distclean > /dev/null 2>&1