From b7aab0ad37ad69279e367e5960912fc3ff778233 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Wed, 13 May 2015 17:20:40 -0400 Subject: 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 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') 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 \ -- cgit v1.2.3