add preliminary Android build files for Bullet
add SimpleOpenGL3 example and show how to override keyboard, mouse, wheel, resize callbacks
This commit is contained in:
7
build3/Android/jni/Application.mk
Normal file
7
build3/Android/jni/Application.mk
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user