enable building of armv6 libraries

This commit is contained in:
fysx
2014-01-28 00:43:11 +01:00
parent 7a6e597b5a
commit 64100eecfe
+1 -1
View File
@@ -2,6 +2,6 @@
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
# APP_STL := stlport_static
APP_STL := gnustl_shared
APP_ABI := armeabi-v7a
APP_ABI := armeabi armeabi-v7a
APP_CPPFLAGS := -frtti
# APP_OPTIM := debug