Update to use the new Android library build rules.

This commit is contained in:
Mátyás Mustoha 2016-08-18 12:44:13 -05:00
parent c6ef48ccc1
commit 5bb550dbf0
5 changed files with 87 additions and 13 deletions

View file

@ -22,7 +22,7 @@ _ANDROID_NDK="android-ndk-r9"
# list in $ANDROID_NDK_ROOT/toolchains. This value is always used.
# _ANDROID_EABI="x86-4.6"
# _ANDROID_EABI="arm-linux-androideabi-4.6"
_ANDROID_EABI="arm-linux-androideabi-4.8"
_ANDROID_EABI="arm-linux-androideabi-4.9"
# Set _ANDROID_ARCH to the architecture you are building for.
# This value is always used.