2014-03-28 08:16:22 -04:00
|
|
|
APP_OPTIM := release
|
|
|
|
APP_ABI := all
|
2018-11-14 16:43:27 +01:00
|
|
|
APP_STL := stlport_static
|
|
|
|
# gnustl_static or stlport_static
|
2014-03-28 08:16:22 -04:00
|
|
|
APP_MODULES := bulletjme
|
2018-11-14 16:43:27 +01:00
|
|
|
APP_CFLAGS += -funroll-loops -Ofast
|
|
|
|
|