aboutsummaryrefslogtreecommitdiff
path: root/jni/Application.mk
diff options
context:
space:
mode:
Diffstat (limited to 'jni/Application.mk')
-rw-r--r--jni/Application.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/jni/Application.mk b/jni/Application.mk
index 462823d..ec40293 100644
--- a/jni/Application.mk
+++ b/jni/Application.mk
@@ -33,6 +33,7 @@ APP_CPPFLAGS += -fno-exceptions
APP_CPPFLAGS += -fno-rtti
APP_OPTIM := release
-# Don't use GNU libstdc++; instead use STLPort, which is free of GPL3 issues.
-APP_STL := stlport_static
+# Use libc++ from LLVM. It is a modern BSD licensed implementation of
+# the standard C++ library.
+APP_STL := c++_static
APP_ABI := armeabi-v7a