Android: Make all of the native code compilation against Android NDK r10e.

This commit is contained in:
Rom Walton 2016-06-20 22:04:13 -07:00
parent c1062edcff
commit 71744a9ada
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# Script to setup Android toolchain
export NDKROOT="/home/boincadm/NVPACK/android-ndk-r9d"
export NDKROOT="/home/boincadm/NVPACK/android-ndk-r10e"
export ANDROIDTC="$HOME/androidarm-tc"
if [ ! -d $ANDROIDTC/arm-linux-androideabi ]; then

View File

@ -6,7 +6,7 @@
# Script to setup Android toolchain
export NDKROOT="/home/boincadm/NVPACK/android-ndk-r9d"
export NDKROOT="/home/boincadm/NVPACK/android-ndk-r10e"
export ANDROIDTC="$HOME/androidmips-tc"
if [ ! -d $ANDROIDTC/mipsel-linux-android ]; then

View File

@ -6,7 +6,7 @@
# Script to setup Android toolchain
export NDKROOT="/home/boincadm/NVPACK/android-ndk-r9d"
export NDKROOT="/home/boincadm/NVPACK/android-ndk-r10e"
export ANDROIDTC="$HOME/androidx86-tc"
if [ ! -d $ANDROIDTC/i686-linux-android ]; then