summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Wagner <bungeman@chromium.org>2015-05-28 15:31:48 -0400
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2015-08-19 11:41:55 -0700
commit6bb07037be23a1523b3af5b1be5432bd4ccf22b7 (patch)
tree013f610b8a0d9e65aafc6e7231039e88445de29d
parentb5dc5490f5ac40a661faf6066223a3a978375369 (diff)
downloadandroid_external_freetype-6bb07037be23a1523b3af5b1be5432bd4ccf22b7.tar.gz
android_external_freetype-6bb07037be23a1523b3af5b1be5432bd4ccf22b7.tar.bz2
android_external_freetype-6bb07037be23a1523b3af5b1be5432bd4ccf22b7.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. RM-154 Change-Id: I257ee852584854d57ccf9aa871b7d0c0a42bfdc7 (cherry picked from commit 6dbd8f1e2c7d14a1216fd68f5f4c0490c86355e9)
-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 \