7 lines
109 B
Makefile
7 lines
109 B
Makefile
APP_STL:=c++_static
|
|
APP_ABI := all
|
|
|
|
# Don't strip debug builds
|
|
ifeq ($(NDK_DEBUG),1)
|
|
cmd-strip :=
|
|
endif
|