Skip to content

Commit 7881592

Browse files
Fix to use NDK r9c to build standalone toolchain
1 parent c4486c8 commit 7881592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-openssl-libraries.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
HOST_INFO=`uname -a`
99
case ${HOST_INFO} in
1010
Darwin*)
11-
TOOLCHAIN_SYSTEM=darwin-x86
11+
TOOLCHAIN_SYSTEM=darwin-x86_64
1212
;;
1313
Linux*)
1414
if [[ "${HOST_INFO}" == *i686* ]]
@@ -30,7 +30,7 @@
3030
git clean -dfx && git checkout -f
3131
./Configure dist
3232

33-
ANDROID_PLATFORM_VERSION=android-14
33+
ANDROID_PLATFORM_VERSION=android-19
3434
ANDROID_TOOLCHAIN_DIR=/tmp/sqlcipher-android-toolchain
3535
OPENSSL_EXCLUSION_LIST=no-krb5 no-gost no-idea no-camellia \
3636
no-seed no-bf no-cast no-rc2 no-rc4 no-rc5 no-md2 \

0 commit comments

Comments
 (0)