aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2018-02-21 16:47:36 -0800
committerPhilip P. Moltmann <moltmann@google.com>2018-02-22 08:33:22 -0800
commitbc22e72d162cae6694ef295f281269d7abd56f2a (patch)
tree3ee845a9bd682ecb350209fed28b786ca2503b16 /Android.bp
parent7dd96fcef425f9e7c9c085b91187151678b82363 (diff)
downloadfreetype-bc22e72d162cae6694ef295f281269d7abd56f2a.tar.gz
Enable Type1 and Type1CID fonts
These are needed by pdfium and as pdfium is a built in lib I don't see a reason to statically link another version of freetype into pdfium. Fixes: 71375703 Test: Looked at two pdfs that use type1 fonts in the print preview (which uses the built in pdfium) Change-Id: I82feba9951761d601231521737f761fd45db65b6
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 29015f3ae..4b6a34e11 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,6 +34,8 @@ cc_library_shared {
"src/psnames/psnames.c",
"src/pshinter/pshinter.c",
"src/psaux/psaux.c",
+ "src/type1/type1.c",
+ "src/cid/type1cid.c",
],
export_include_dirs: ["include"],