Fix android build with latest NDK

This commit is contained in:
pancake 2014-08-01 12:44:43 +02:00
parent 8a2819256d
commit 2a8edfa206

View File

@ -39,6 +39,9 @@ x86)
;;
esac
if [ -d "${PROGDIR}/platforms/android-L/arch-${ARCH}" ]; then
ANDROID_SDK_VERSION=L
fi
PLATFORM=android-${ANDROID_SDK_VERSION}
PLATFORM_ROOT=${PROGDIR}/platforms/${PLATFORM}/arch-${ARCH}