forked from cory/tildefriends
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:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user