diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-08-28 19:16:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-28 19:20:18 -0700 |
commit | 79ab41dfd84a24f7b08f42e9c0412c4464da0a7a (patch) | |
tree | 9a4320f33da652b033e37590fcc0ab55ef94fa9d /packaging | |
parent | 7a55eeeb075a6f71f5f9c83019794de0cec4bbf7 (diff) | |
download | subsurface-79ab41dfd84a24f7b08f42e9c0412c4464da0a7a.tar.gz |
Android build: don't try to bundle libssh2, either
Since we don't link against it, no need to bundle it.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/android/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh index b9508db2e..f96a229c7 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -334,7 +334,6 @@ cmake $MOBILE_CMAKE \ -DFTDISUPPORT=${FTDI} \ -DANDROID_NATIVE_LIBSSL=$BUILDROOT/ndk-${ARCH}/sysroot/usr/lib/libssl.so \ -DANDROID_NATIVE_LIBCRYPT=$BUILDROOT/ndk-${ARCH}/sysroot/usr/lib/libcrypto.so \ - -DANDROID_NATIVE_LIBSSH2=$BUILDROOT/ndk-${ARCH}/sysroot/usr/lib/libssh2.so \ $SUBSURFACE_SOURCE # set up the version number |