Prebuilt OpenSSL for Android
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
R4SAS e2e005e276 openssl-1.1.1 6 years ago
..
arm64-v8a/lib openssl-1.1.1 6 years ago
armeabi/lib openssl-1.1.1 6 years ago
armeabi-v7a/lib openssl-1.1.1 6 years ago
include openssl-1.1.1 6 years ago
x86/lib openssl-1.1.1 6 years ago
x86_64/lib openssl-1.1.1 6 years ago
Android.mk openssl-1.1.1 6 years ago
README.md openssl-1.1.1 6 years ago

README.md

Applied changes to config file

diff --git a/config b/config
index b8adf34..88ffdf3 100755
--- a/config
+++ b/config
@@ -815,11 +815,13 @@ case "$GUESSOS" in
   # these are all covered by the catchall below
   i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
   *-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
+  x86_64-*-android) OUT="android-x86_64" ;;
   x86-*-android|i?86-*-android) OUT="android-x86" ;;
   armv[7-9]*-*-android)
       OUT="android-armeabi"
       __CNF_CFLAGS="$__CNF_CFLAGS -march=armv7-a"
       __CNF_CXXFLAGS="$__CNF_CXXFLAGS -march=armv7-a";;
+  arm64-*-android) OUT="android-arm64" ;;
   arm*-*-android) OUT="android-armeabi" ;;
   *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
 esac