mirror of https://github.com/BOINC/boinc.git
Android: Make all of the native code compilation against Android NDK r10e.
This commit is contained in:
parent
c1062edcff
commit
71744a9ada
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue