diff options
author | Paul Gardiner <paulg.artifex@glidos.net> | 2012-10-10 16:14:39 +0100 |
---|---|---|
committer | Paul Gardiner <paulg.artifex@glidos.net> | 2012-10-10 16:14:39 +0100 |
commit | eae647babea3730d2af1d1882707db355bd660ac (patch) | |
tree | 1be5613a162ede4cc875bcc9e2f80fd5f5a3ced1 /android/jni/Application.mk | |
parent | 0567433564717b0cc34efde669b7e7489e00d07c (diff) | |
download | mupdf-eae647babea3730d2af1d1882707db355bd660ac.tar.xz |
android: v8 build
Diffstat (limited to 'android/jni/Application.mk')
-rw-r--r-- | android/jni/Application.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/jni/Application.mk b/android/jni/Application.mk index 50e03f81..441243d8 100644 --- a/android/jni/Application.mk +++ b/android/jni/Application.mk @@ -2,6 +2,9 @@ APP_PLATFORM=android-8 APP_ABI := armeabi armeabi-v7a APP_OPTIM := debug +ifdef V8_BUILD +APP_STL := stlport_static +endif # Workaround bug in the ndk NDK_TOOLCHAIN_VERSION=4.4.3 |