Update Application.mk
This commit is contained in:
parent
0ed409d3cf
commit
660371e01e
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
|||
APP_STL:=c++_static
|
||||
APP_ABI := all
|
||||
|
||||
# Don't strip debug builds
|
||||
ifeq ($(NDK_DEBUG),1)
|
||||
cmd-strip :=
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue