diff options
Diffstat (limited to 'platform/java/Android.mk')
-rw-r--r-- | platform/java/Android.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/java/Android.mk b/platform/java/Android.mk index ae5c3914..465bd57b 100644 --- a/platform/java/Android.mk +++ b/platform/java/Android.mk @@ -101,10 +101,10 @@ LOCAL_CPPFLAGS := \ -ffunction-sections -fdata-sections \ -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x \ -DHAVE_OT -DHAVE_UCDN -DHB_NO_MT \ - -Dhb_malloc_impl=hb_malloc \ - -Dhb_calloc_impl=hb_calloc \ - -Dhb_realloc_impl=hb_realloc \ - -Dhb_free_impl=hb_free \ + -Dhb_malloc_impl=fz_hb_malloc \ + -Dhb_calloc_impl=fz_hb_calloc \ + -Dhb_realloc_impl=fz_hb_realloc \ + -Dhb_free_impl=fz_hb_free \ LOCAL_SRC_FILES += \ $(MUPDF_PATH)/thirdparty/freetype/src/base/ftbase.c \ |