From f0149fe6eaa5e8ac121af39354950c73534482a3 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 28 Sep 2011 12:40:37 +0200 Subject: Android now builds up to instsetoo_native Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build. --- RepositoryFixes.mk | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'RepositoryFixes.mk') diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 16f1c8f0d546..959fa61905d2 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -125,15 +125,4 @@ endif # ifeq ($(COM),GCC) endif # ifeq ($(OS),WNT) -# Some external libraries get built as static libraries for Android -# because we haven't bothered fixing their configury to recognize that -# shared libraries can be built for the platform. -ifeq ($(OS),ANDROID) -gb_Library_FILENAMES := $(patsubst cppunit:%.so,cppunit:%.a,$(gb_Library_FILENAMES)) -gb_Library_FILENAMES := $(patsubst xml2:%.so,xml2:%.a,$(gb_Library_FILENAMES)) -gb_Library_FILENAMES := $(patsubst rdf:%.so,rdf:%.a,$(gb_Library_FILENAMES)) -gb_Library_FILENAMES := $(patsubst xslt:%.so,xslt:%.a,$(gb_Library_FILENAMES)) - -endif - # vim: set noet sw=4 ts=4: -- cgit