summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-31 16:21:32 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-31 16:21:32 +0200
commit2b4ceff9384198352df8540df4835379ed8cc23c (patch)
tree6e0b2c50f168957152c7bdfef00f420825aa32a6 /android
parentb8ea7cff48e4d10e51bec8f2d595323982d8f51b (diff)
filters_test needs more libraries now when it proceeds further
Diffstat (limited to 'android')
-rw-r--r--android/qa/sc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile
index 0412f334f6e8..84341ab24503 100644
--- a/android/qa/sc/Makefile
+++ b/android/qa/sc/Makefile
@@ -53,11 +53,13 @@ copy-stuff:
# Libs and UNO components that the tests need.
#
for F in $(strip \
+ analysislo \
basebmplo \
basegfxlo \
bootstrap.uno \
comphelpgcc3 \
configmgr.uno \
+ expwrap.uno \
fileacc \
fontconfig \
forlo \
@@ -84,6 +86,7 @@ copy-stuff:
mergedlo \
msfilterlo \
ooxlo \
+ reflection.uno \
reg \
saxlo \
sblo \
@@ -115,6 +118,7 @@ copy-stuff:
xcrlo \
xml2 \
xmlreader \
+ xstor \
); do \
$(call COPY,$(OUTDIR)/lib/lib$${F}.so); \
done