summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-09-28 12:40:37 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-09-28 16:47:49 +0200
commitf0149fe6eaa5e8ac121af39354950c73534482a3 (patch)
tree5a077e50ab6344580d0d26e908e5d968c9c701af /RepositoryFixes.mk
parent69a1f550625b967c34a1468c7e83e22003bb0796 (diff)
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.
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk11
1 files changed, 0 insertions, 11 deletions
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: