blob: 053c0f126c6e51615f174f2535da7ab7766595ae (
plain)
1
2
3
4
5
6
7
8
|
# Uncomment this if you're using STL in your project
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
# APP_STL := stlport_static
APP_ABI := x86
APP_PLATFORM := android-16
APP_OPTIM := release
|