From 232ad7dac680a654217ff38bea86791bba250ee4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 17 Nov 2011 15:04:28 +0200 Subject: Add more libraries --- sal/osl/android/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'sal/osl') diff --git a/sal/osl/android/Makefile b/sal/osl/android/Makefile index 510580a204ec..ac28f1b4a5d7 100644 --- a/sal/osl/android/Makefile +++ b/sal/osl/android/Makefile @@ -31,11 +31,14 @@ all: # # Then libs and UNO components that the tests from other modules need. # - -for F in libuno_cppu \ - libuno_salhelpergcc3 \ - libuno_cppuhelpergcc3 \ - libbootstrap.uno; do \ - test -f $(OUTDIR)/lib/$${F}.so && cp $(OUTDIR)/lib/$${F}.so $(SODEST); \ + -for F in uno_cppu \ + uno_salhelpergcc3 \ + uno_cppuhelpergcc3 \ + reg \ + store \ + xmlreader \ + bootstrap.uno; do \ + test -f $(OUTDIR)/lib/lib$${F}.so && cp $(OUTDIR)/lib/lib$${F}.so $(SODEST); \ done # # Then the shared GNU C++ library -- cgit