We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad34318 commit 9056f6aCopy full SHA for 9056f6a
android-database-sqlcipher/build-openssl-libraries.sh
@@ -55,7 +55,7 @@ OPENSSL=openssl-$3
55
no-srtp"
56
57
rm -rf ${ANDROID_LIB_ROOT}
58
-
+
59
for SQLCIPHER_TARGET_PLATFORM in armeabi-v7a x86 x86_64 arm64-v8a
60
do
61
echo "Building libcrypto.a for ${SQLCIPHER_TARGET_PLATFORM}"
@@ -99,7 +99,7 @@ OPENSSL=openssl-$3
99
make clean
100
PATH=${TOOLCHAIN_BIN_PATH}:${PATH} \
101
make build_libs
102
103
if [[ $? -ne 0 ]]; then
104
echo "Error executing make for platform:${SQLCIPHER_TARGET_PLATFORM}"
105
exit 1
0 commit comments