From 2b4ceff9384198352df8540df4835379ed8cc23c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 31 Jan 2012 16:21:32 +0200 Subject: filters_test needs more libraries now when it proceeds further --- android/qa/sc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'android') 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 -- cgit