[Android] The armeabi version of SFML is now built by default (the example as well)

This commit is contained in:
Jonathan De Wachter 2014-03-11 21:28:24 +01:00
parent 83306e72a2
commit 76fddc0729
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
NDK_TOOLCHAIN_VERSION := 4.8
APP_PLATFORM := android-17
APP_STL := c++_shared
APP_ABI := all
APP_ABI := armeabi
APP_MODULES := sfml-activity sfml-example