mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:23:24 +00:00
Android: build for android-16
That's the minimum platform that we have used for a while now, corresponding to Android 4.1 and newer (i.e., quite ancient). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a250642479
commit
c608cfd643
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ cmake $MOBILE_CMAKE \
|
|||
-DQT_ANDROID_SDK_ROOT="$ANDROID_SDK_ROOT" \
|
||||
-DQT_ANDROID_NDK_ROOT="$ANDROID_NDK_ROOT" \
|
||||
-DANDROID_TOOLCHAIN="gcc" \
|
||||
-DANDROID_PLATFORM="android-16" \
|
||||
-DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK_ROOT"/build/cmake/android.toolchain.cmake \
|
||||
-DQT_ANDROID_CMAKE="$BUILDROOT"/qt-android-cmake/AddQtAndroidApk.cmake \
|
||||
-DFORCE_LIBSSH=OFF \
|
||||
|
|
Loading…
Add table
Reference in a new issue