Update cryptest-android.sh file with LLVM

pull/484/merge
Jeffrey Walton 2017-09-18 02:26:50 -04:00
parent f0c2324f6b
commit cc855dd181
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# ==================================================================== # ====================================================================
PLATFORMS=(armeabi armeabi-v7a armeabi-v7a-hard armv7a-neon aarch64 mipsel x86 x86_64) PLATFORMS=(armeabi armeabi-v7a armeabi-v7a-hard armv7a-neon aarch64 mipsel x86 x86_64)
RUNTIMES=(stlport-static stlport-shared gabi++-static gabi++-shared) RUNTIMES=(gnu-static gnu-shared llvm-static llvm-shared stlport-static stlport-shared)
for platform in ${PLATFORMS[@]} for platform in ${PLATFORMS[@]}
do do
for runtime in ${RUNTIMES[@]} for runtime in ${RUNTIMES[@]}