projects
/
rocksndiamonds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
renamed duplicate definition of global variable
[rocksndiamonds.git]
/
build-projects
/
android
/
jni
/
Application.mk
1
2
# Uncomment this if you're using STL in your project
3
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
4
# APP_STL := stlport_static
5
6
APP_ABI := armeabi-v7a armeabi x86
7
APP_STL := gnustl_static
8
9
APP_OPTIM := debug