diff --git a/android/build_androidtc_arm.sh b/android/build_androidtc_arm.sh index 538c064607..e452a9d5dc 100755 --- a/android/build_androidtc_arm.sh +++ b/android/build_androidtc_arm.sh @@ -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 diff --git a/android/build_androidtc_mips.sh b/android/build_androidtc_mips.sh index 365f82c957..3335a1eae8 100755 --- a/android/build_androidtc_mips.sh +++ b/android/build_androidtc_mips.sh @@ -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 diff --git a/android/build_androidtc_x86.sh b/android/build_androidtc_x86.sh index ae9f927683..3b38968574 100755 --- a/android/build_androidtc_x86.sh +++ b/android/build_androidtc_x86.sh @@ -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