4 lines
139 B
Makefile
4 lines
139 B
Makefile
NDK_TOOLCHAIN_VERSION := clang
|
|
# Even the system STL is too much because it will link libsupc++ for rtti and
|
|
# exceptions.
|
|
APP_STL := none
|