summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Wagner <bungeman@google.com>2015-05-13 17:20:40 -0400
committerBen Wagner <bungeman@google.com>2015-05-28 17:37:11 +0000
commitb7aab0ad37ad69279e367e5960912fc3ff778233 (patch)
tree013f610b8a0d9e65aafc6e7231039e88445de29d
parent9c745321260bb728ab1cd1c8fd5f075854b2ad49 (diff)
downloadandroid_external_freetype-b7aab0ad37ad69279e367e5960912fc3ff778233.tar.gz
android_external_freetype-b7aab0ad37ad69279e367e5960912fc3ff778233.tar.bz2
android_external_freetype-b7aab0ad37ad69279e367e5960912fc3ff778233.zip
Add ftmm.c to FreeType build.
The FreeType configuration is already building with TT_CONFIG_OPTION_GX_VAR_SUPPORT, but the functions cannot be accessed without base/ftmm.c. The ftmm.c file is small and simply exposes the means to call the service which already exists on the ft_face. Change-Id: I35cab20abd0194df1c5be7b0ebb09cc8c260a470
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2010736..ae098d1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,6 +26,7 @@ LOCAL_SRC_FILES:= \
src/base/ftsystem.c \
src/base/ftinit.c \
src/base/ftgasp.c \
+ src/base/ftmm.c \
src/gzip/ftgzip.c \
src/raster/raster.c \
src/sfnt/sfnt.c \