summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-05 10:10:18 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-05 10:10:18 +0300
commit65b7804dc12f9bad9d09f232496bb9bdc3e7633b (patch)
tree761425ddb2715dc0efd7ce917faf66c453475c74 /RepositoryFixes.mk
parentd9919783b2a2a82d8f6015d4220f8e2cfe841906 (diff)
Add more libs that semi-unintentionally get built statically for Android
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index d07835452812..f1f7b41577b8 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -150,6 +150,8 @@ endif
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