summaryrefslogtreecommitdiff
path: root/platform/android/viewer/jni/Application.mk
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/viewer/jni/Application.mk')
-rw-r--r--platform/android/viewer/jni/Application.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/viewer/jni/Application.mk b/platform/android/viewer/jni/Application.mk
index 4cedaf8d..d0c02018 100644
--- a/platform/android/viewer/jni/Application.mk
+++ b/platform/android/viewer/jni/Application.mk
@@ -40,6 +40,7 @@ APP_STL := stlport_static
endif
ifdef MEMENTO
APP_CFLAGS += -DMEMENTO -DMEMENTO_LEAKONLY
+APP_STL = gnustl_static
endif
# If the ndk is r8b then workaround bug by uncommenting the following line