mirror of https://github.com/BOINC/boinc.git
ANDROID: Explicitly include the arm architecture parameter for the toolchain creation script for newer versions of the NDK. (From: Yoyo)
This commit is contained in:
parent
d20c4a6b65
commit
df5ef38a7f
|
@ -9,5 +9,5 @@
|
|||
export ANDROIDTC="$HOME/androidarm-tc"
|
||||
|
||||
if [ ! -d $ANDROIDTC/arm-linux-androideabi ]; then
|
||||
$NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --install-dir=$ANDROIDTC
|
||||
$NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --arch=arm --install-dir=$ANDROIDTC
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue