diff --git a/binary/jni/build.sh b/binary/jni/build.sh index ca08f69..d74c227 100755 --- a/binary/jni/build.sh +++ b/binary/jni/build.sh @@ -97,7 +97,7 @@ if [ ! -z "$_BINARY" ]; then $ANDROID_NDK_HOME/ndk-build $_NDK_OPTS fi -if [ ! -z "$_STRIP" || ! -z "$_MODULE" ]; then +if [[ ! -z "$_STRIP" || ! -z "$_MODULE" ]]; then echo "Processing binaries..." pushd $DIR/../libs > /dev/null for xarch in $(ls .); do diff --git a/binary/jni/openssl b/binary/jni/openssl index e04bd34..636dfad 160000 --- a/binary/jni/openssl +++ b/binary/jni/openssl @@ -1 +1 @@ -Subproject commit e04bd3433fd84e1861bf258ea37928d9845e6a86 +Subproject commit 636dfadc70ce26f2473870570bfd9ec352806b1d