mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[Android] Update to NDK 15 (#3233)
Also improve SDK installation for ease of setting up development system. This also puts in place most of the missing pieces to finish the intent in #3064.
This commit is contained in:
2
base
2
base
Submodule base updated: 999741af6d...ba97174c9a
2
kodev
2
kodev
@@ -157,7 +157,7 @@ ${SUPPORTED_TARGETS}"
|
||||
# some distributions use `ANDROID_NDK` instead, fall back to it
|
||||
export NDK="${ANDROID_NDK}"
|
||||
else
|
||||
export NDK="${CURDIR}/base/toolchain/android-ndk-r12b"
|
||||
export NDK="${CURDIR}/base/toolchain/android-ndk-r15c"
|
||||
fi
|
||||
fi
|
||||
[ -e "${CURDIR}/base/toolchain/android-toolchain/bin/arm-linux-androideabi-gcc" ] || {
|
||||
|
||||
Submodule platform/android/luajit-launcher updated: 8f28ec9897...d690ee9143
Reference in New Issue
Block a user