summaryrefslogtreecommitdiff
path: root/platform/android/viewer/jni/Core.mk
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-07-14 00:56:37 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-07-14 01:04:27 +0200
commitde4a540efee75970a7ff7949ada2304c786b1da8 (patch)
tree0d9375e02015f20f7290a4423dd9731bfff3ebd2 /platform/android/viewer/jni/Core.mk
parentb8aeced92d5a3576e9bc5fbd87656dc97e380c52 (diff)
downloadmupdf-de4a540efee75970a7ff7949ada2304c786b1da8.tar.xz
Fix whitespace and indentation.
Diffstat (limited to 'platform/android/viewer/jni/Core.mk')
-rw-r--r--platform/android/viewer/jni/Core.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/viewer/jni/Core.mk b/platform/android/viewer/jni/Core.mk
index 7371a33d..7a0913b4 100644
--- a/platform/android/viewer/jni/Core.mk
+++ b/platform/android/viewer/jni/Core.mk
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
ifdef SUPPORT_GPROOF
include $(CLEAR_VARS)
-LOCAL_MODULE := gsso
+LOCAL_MODULE := gsso
LOCAL_SRC_FILES := libgs.so
include $(PREBUILT_SHARED_LIBRARY)
endif
@@ -58,7 +58,7 @@ ifdef SSL_BUILD
LOCAL_C_INCLUDES += $(MY_ROOT)/thirdparty/openssl/include
endif
-LOCAL_MODULE := mupdfcore
+LOCAL_MODULE := mupdfcore
LOCAL_SRC_FILES := \
$(wildcard $(MY_ROOT)/source/fitz/*.c) \
$(wildcard $(MY_ROOT)/source/pdf/*.c) \
@@ -72,7 +72,7 @@ LOCAL_SRC_FILES := \
ifdef SUPPORT_GPROOF
LOCAL_SHARED_LIBRARIES := gsso
endif
-LOCAL_LDLIBS := -lm -llog -ljnigraphics
+LOCAL_LDLIBS := -lm -llog -ljnigraphics
LOCAL_SRC_FILES := $(addprefix ../, $(LOCAL_SRC_FILES))