diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2015-12-16 16:03:52 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2015-12-28 15:14:11 +0100 |
commit | 96a54896ee453a453b25a9c9e5c6ba8d0caba7cc (patch) | |
tree | c3f51cd8eefbe9bcb4b47732e646dafe13587c09 /platform/android/jni | |
parent | 497d9f348c23ff0465147734bf5dcb548511b256 (diff) | |
download | mupdf-96a54896ee453a453b25a9c9e5c6ba8d0caba7cc.tar.xz |
Drop 'jsimp' abstraction and use mujs directly.
Diffstat (limited to 'platform/android/jni')
-rw-r--r-- | platform/android/jni/Core.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/jni/Core.mk b/platform/android/jni/Core.mk index 1dc155a2..4ce73b77 100644 --- a/platform/android/jni/Core.mk +++ b/platform/android/jni/Core.mk @@ -65,7 +65,6 @@ LOCAL_SRC_FILES := \ $(wildcard $(MY_ROOT)/source/html/*.c) LOCAL_SRC_FILES += \ $(MY_ROOT)/source/pdf/js/pdf-js.c \ - $(MY_ROOT)/source/pdf/js/pdf-jsimp-mu.c ifdef SUPPORT_GPROOF LOCAL_SHARED_LIBRARIES := gsso |