[fix] kodev: default NDKABI=14 if not set for NDK 15 standalone toolkit

This commit is contained in:
Frans de Jonge
2017-10-04 12:49:56 +02:00
committed by GitHub
parent 59cfde8558
commit 7eefff284d

4
kodev
View File

@@ -3,6 +3,10 @@
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
VERSION=$(git describe HEAD)
# Default to Android 4.0+; required for NDK 15 but with a custom NDK the strict minimum is 9.
NDKABI=${NDKABI:-14}
export NDKABI
function assert_ret_zero() {
if [ "$1" -ne 0 ]; then
if [ ! -z "$2" ]; then