summaryrefslogtreecommitdiff
path: root/build3/Android/jni/Application.mk
blob: dca8463c5af6fcb1f63ac2532ed04d59b489ad5c (plain)
1
2
3
4
5
6
7
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