summaryrefslogtreecommitdiff
path: root/platform/android/jni/Android.mk
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-04-01 14:50:57 +0200
committerRobin Watts <robin.watts@artifex.com>2014-04-01 18:12:16 +0100
commit0b8772e797d5707a81a8774bb6dda33ec04c74eb (patch)
tree239aea872836d000c16ef507547f577d7a5cb73a /platform/android/jni/Android.mk
parent9def0790e030dd7cad90b455577bb8cf0f711f93 (diff)
downloadmupdf-0b8772e797d5707a81a8774bb6dda33ec04c74eb.tar.xz
Various android fixes.
Update Android build to cope with new stream implementation. Fix a couple of typos in the android build files.
Diffstat (limited to 'platform/android/jni/Android.mk')
-rw-r--r--platform/android/jni/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/jni/Android.mk b/platform/android/jni/Android.mk
index d7ce897f..81be571a 100644
--- a/platform/android/jni/Android.mk
+++ b/platform/android/jni/Android.mk
@@ -20,7 +20,7 @@ LOCAL_C_INCLUDES := \
LOCAL_CFLAGS :=
LOCAL_MODULE := mupdf
LOCAL_SRC_FILES := mupdf.c
-LOCAL_STATIC_LIBRARIES := mupdfcore mupdfcore2 mupdfthirdparty
+LOCAL_STATIC_LIBRARIES := mupdfcore mupdfthirdparty
ifdef NDK_PROFILER
LOCAL_CFLAGS += -pg -DNDK_PROFILER
LOCAL_STATIC_LIBRARIES += andprof