couch/thirdparty/bullet/build3/Android/jni/Application.mk

8 lines
194 B
Makefile
Raw Normal View History

2021-03-15 17:11:19 -05:00
APP_MODULES := libBullet
APP_ABI := armeabi-v7a
APP_OPTIM := release
#We only need STL for placement new (#include <new>)
#We don't use STL in Bullet
APP_STL := stlport_static