menu: added new Keywords tag to .desktop files
[barry.git] / android / jni / Application.mk
blob635b3f949c8451b0da6a3af1674502fb2cdff283
1 #Can also set this to other values such as APP_ABI := armeabi armeabi-v7a x86
2 APP_ABI := armeabi
3 APP_STL := gnustl_static
4 # Need rtti for shared_ptr support to work on NDK r7b
5 APP_CPPFLAGS := -fexceptions -frtti