8000 Change to use Android NDK r9d due to optimization bug when compiling … · dw3/android-database-sqlcipher@26debfb · GitHub
[go: up one dir, main page]

Skip to content

Commit 26debfb

Browse files
Change to use Android NDK r9d due to optimization bug when compiling OpenSSL with NDK r10e
1 parent b3f0fdc commit 26debfb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build-openssl-libraries.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
HOST_INFO=`uname -a`
1010
case ${HOST_INFO} in
1111
Darwin*)
12-
TOOLCHAIN_SYSTEM=darwin-x86_64
12+
TOOLCHAIN_SYSTEM=darwin-x86
1313
;;
1414
Linux*)
1515
if [[ "${HOST_INFO}" == *i686* ]]
@@ -57,7 +57,6 @@
5757

5858
make clean
5959
make build_crypto
60-
6160
mv libcrypto.a ../android-libs/armeabi/
6261

6362
rm -rf ${ANDROID_TOOLCHAIN_DIR}
@@ -78,7 +77,6 @@
7877

7978
make clean
8079
make build_crypto
81-
8280
mv libcrypto.a ../android-libs/armeabi-v7a/
8381

8482
rm -rf ${ANDROID_TOOLCHAIN_DIR}
@@ -99,6 +97,5 @@
9997

10098
make clean
10199
make build_crypto
102-
103100
mv libcrypto.a ../android-libs/x86/
104101
)

0 commit comments

Comments
 (0)
0