Skip to content

Commit 0b42a2c

Browse files
committed
target api 16 for 32 bit arch
1 parent cc988e4 commit 0b42a2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
openssl
2-
prefix
2+
prefix*

build-openssl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
export BUILD_ARCHS=${BUILD_ARCHS:-arm_32 arm_64}
66
export OPENSSL_BRANCH=OpenSSL_1_1_1-stable
7-
export OPENSSL_ANDROID_API_32=19
7+
export OPENSSL_ANDROID_API_32=16
88
export OPENSSL_ANDROID_API_64=21
99

1010
NDK=${1:-$NDK}

0 commit comments

Comments
 (0)