1
2#APP_STL := stlport_static
3APP_CPPFLAGS += -O3 -fexceptions
4APP_STL := c++_shared
5APP_PLATFORM := android-16
6
7#APP_ABI := x86
8