summaryrefslogtreecommitdiff
path: root/platform/android/jni/ThirdParty.mk
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/jni/ThirdParty.mk')
-rw-r--r--platform/android/jni/ThirdParty.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/platform/android/jni/ThirdParty.mk b/platform/android/jni/ThirdParty.mk
index 1a104b4b..e4cd3d67 100644
--- a/platform/android/jni/ThirdParty.mk
+++ b/platform/android/jni/ThirdParty.mk
@@ -5,12 +5,12 @@ include $(CLEAR_VARS)
MY_ROOT := ../..
LOCAL_C_INCLUDES := \
- ../thirdparty/jbig2dec \
- ../thirdparty/openjpeg/src/lib/openjp2 \
- ../thirdparty/jpeg \
- ../thirdparty/zlib \
- ../thirdparty/freetype/include \
- ../scripts
+ ../../thirdparty/jbig2dec \
+ ../../thirdparty/openjpeg/src/lib/openjp2 \
+ ../../thirdparty/jpeg \
+ ../../thirdparty/zlib \
+ ../../thirdparty/freetype/include \
+ ../../scripts
LOCAL_CFLAGS := \
-DFT2_BUILD_LIBRARY -DDARWIN_NO_CARBON -DHAVE_STDINT_H \
@@ -129,4 +129,6 @@ LOCAL_SRC_FILES := \
$(MY_ROOT)/thirdparty/freetype/src/truetype/truetype.c \
$(MY_ROOT)/thirdparty/freetype/src/type1/type1.c
+LOCAL_SRC_FILES := $(addprefix ../, $(LOCAL_SRC_FILES))
+
include $(BUILD_STATIC_LIBRARY)