From a8d175b85d37dbec873d79b4311743f97138c438 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 16 May 2018 16:26:38 +0200 Subject: [PATCH] pdfium: don't need two copies of freetype on android either Change-Id: I581575e2b13482d16aca284bfa502ed164b8c9d0 --- external/pdfium/Library_pdfium.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/pdfium/Library_pdfium.mk b/external/pdfium/Library_pdfium.mk index 5f845154203d..0019535857a6 100644 --- a/external/pdfium/Library_pdfium.mk +++ b/external/pdfium/Library_pdfium.mk @@ -555,7 +555,7 @@ $(eval $(call gb_Library_use_externals,pdfium,\ icuuc \ )) -ifeq ($(OS),LINUX) +ifneq (,$(filter LINUX ANDROID,$(OS))) $(eval $(call gb_Library_add_libs,pdfium,\ -ldl \ -lrt \