OpenSSL 3.1.3 built for android.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4508 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-10-11 18:44:50 +00:00
parent 1f96413bd3
commit 0f4b4da0aa
1185 changed files with 151646 additions and 31997 deletions

View File

@ -1,14 +1,13 @@
#!/bin/sh
ANDROID_NDK=~/Android/Sdk/ndk/23.1.7779620
OPENSSL_VERSION=1.1.1w
OPENSSL_VERSION=3.1.3
API_LEVEL=28
BUILD_DIR=out/openssl_android_build
#BUILD_TARGETS="x86_64 arm64-v8a armeabi-v7a"
BUILD_TARGETS="x86"
BUILD_TARGETS="x86_64 x86 arm64-v8a armeabi-v7a"
rm -rfv openssl-${OPENSSL_VERSION}